milis/talimatname/genel/nana/talimat

20 lines
542 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Description: C++ statik bağlamlı arayüz kütüphanesi
# URL: http://nanapro.org/en-us/
# Packager: milisarge
# Depends on: alsa-lib cmake libjpeg-turbo libpng xorg-libx11 xorg-libxft xorg-proto
name=nana
version=1.5.5
release=1
source=(https://downloads.sourceforge.net/project/nanapro/Nana/Nana%201.x/nana%20$version.zip)
build() {
cd ${SRC}/${name}
cmake \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
-DNANA_CMAKE_NANA_FILESYSTEM_FORCE=YES
make
make DESTDIR="${PKG}" install
}