milis/talimatname/genel/q/qca/talimat

25 lines
480 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: Qt Şifreleme Mimarisi (Qt4).
# URL: http://delta.affinix.com/qca/
# Paketçi: milisage
# Gerekler: qt4
# Grup: sistem
isim=qca
surum=2.1.0
devir=1
kaynak=(http://delta.affinix.com/download/$isim/2.0/$isim-$surum.tar.gz)
derle() {
cd $isim-$surum
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=$PKG/$QT4DIR \
-DCMAKE_BUILD_TYPE=Release \
-DQT4_BUILD=ON \
..
make
make INSTALL_ROOT=$PKG install
find $PKG -name "*.pc" -exec sed -i "s,$PKG,,g" {} \;
}