milis/talimatname/genel/n/nana/talimat

21 lines
549 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.

# Tanım: C++ statik bağlamlı arayüz kütüphanesi
# URL: http://nanapro.org/en-us/
# Paketçi: milisarge
# Gerekler: alsa-lib cmake libjpeg-turbo libpng xorg-libx11 xorg-libxft xorg-proto
# Grup: kütüphane
isim=nana
surum=1.5.5
devir=1
kaynak=(https://downloads.sourceforge.net/project/nanapro/Nana/Nana%201.x/nana%20$surum.zip)
derle() {
cd ${SRC}/${isim}
cmake \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
-DNANA_CMAKE_NANA_FILESYSTEM_FORCE=YES
make
make DESTDIR="${PKG}" install
}