milis/talimatname/genel/q/qjson/talimat

23 lines
444 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: JSON verilerini QVariant nesnelerine eşleyen bir qt tabanlı kitaplık
# URL: http://qjson.sourceforge.net
# Paketçi: alihan-ozturk28@hotmail.com
# Gerekler: cmake qt5
# Grup: kütüphane
isim=qjson
surum=0.8.2
devir=1
kaynak=( http://source.pisilinux.org/1.0/qjson-0.82_d0f62e65.tar.gz)
derle() {
cd $isim
mkdir build
cd build
cmake .. \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=Release
make
make DESTDIR=$PKG install
}