summaryrefslogtreecommitdiffstats
path: root/extra/qca/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'extra/qca/Pkgfile')
-rw-r--r--extra/qca/Pkgfile17
1 files changed, 17 insertions, 0 deletions
diff --git a/extra/qca/Pkgfile b/extra/qca/Pkgfile
new file mode 100644
index 000000000..c7060b8f1
--- /dev/null
+++ b/extra/qca/Pkgfile
@@ -0,0 +1,17 @@
+# Description: Qt Cryptographic Architecture
+# URL: http://delta.affinix.com/qca/
+# Maintainer: NuTyX core team
+# Packager: floreal.c at orange dot fr
+# Depends on: qt4
+
+name=qca
+version=2.0.1
+release=3
+source=(http://delta.affinix.com/download/$name/2.0/$name-$version.tar.bz2)
+build() {
+ cd $name-$version
+ ./configure --prefix=/usr
+ make
+ make INSTALL_ROOT=$PKG install
+ rm -f $(find $PKG -name '*.debug') $(find $PKG -name 'README')
+}