qca-qt5.paketlendi

This commit is contained in:
giresun28 2016-07-22 16:00:55 +00:00
parent 04318daa31
commit a4f84416f9
1 changed files with 6 additions and 8 deletions

View File

@ -1,6 +1,6 @@
# Description : Qt5 Cryptographic Architecture # Description : Qt5 Cryptographic Architecture
# URL : http://delta.affinix.com/qca/ # URL : http://delta.affinix.com/qca/
# Packager : pierre at nutyx dot org # Packager : alihan-ozturk28@hotmail.com
# Depends on : qt5 nss cmake doxygen # Depends on : qt5 nss cmake doxygen
name=qca-qt5 name=qca-qt5
@ -9,10 +9,8 @@ release=1
source=(http://download.kde.org/stable/qca/$version/src/qca-$version.tar.xz) source=(http://download.kde.org/stable/qca/$version/src/qca-$version.tar.xz)
build() { build() {
mkdir build cd qca-$version
cd build cmake -DCMAKE_INSTALL_PREFIX=/usr \
cmake ../qca-$version \
-DCMAKE_INSTALL_PREFIX=/usr \
-DBUILD_TESTS=OFF \ -DBUILD_TESTS=OFF \
-DQCA_SUFFIX=qt5 \ -DQCA_SUFFIX=qt5 \
-DQCA_INSTALL_IN_QT_PREFIX=ON -DQCA_INSTALL_IN_QT_PREFIX=ON