milis/talimatname/genel/q/qca-qt5/talimat

27 lines
529 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: Qt5 Şifreleme Mimarisi
# URL : http://delta.affinix.com/qca/
# Paketçi: alihan-ozturk28@hotmail.com
# Gerekler: qt5 nss cmake doxygen
# Grup: sistem
isim=qca-qt5
surum=2.1.1
devir=1
kaynak=(http://download.kde.org/stable/qca/$surum/src/qca-$surum.tar.xz)
derle() {
cd qca-$surum
cmake -DCMAKE_INSTALL_PREFIX=/usr \
-DBUILD_TESTS=OFF \
-DQCA_SUFFIX=qt5 \
-DQCA_INSTALL_IN_QT_PREFIX=ON
make
make DESTDIR=$PKG install
rm $PKG/usr/lib/qt5/mkspecs/features/crypto.prf
}