diff options
author | Thierry N <thierryn1 at hispeed dot ch> | 2009-08-12 20:42:02 +0200 |
---|---|---|
committer | Thierry N <thierryn1 at hispeed dot ch> | 2009-08-12 20:42:02 +0200 |
commit | a1edc5343646b0d9ac6d49947ccb1d17413f1509 (patch) | |
tree | 9afe415f4bd2392354d1e77d260f0a7673791acd /extra/qca | |
parent | 9af1e1eb7033bc36df0ba72f981eeaa9912ce88e (diff) | |
download | nutyx-pakxe-a1edc5343646b0d9ac6d49947ccb1d17413f1509.tar.gz nutyx-pakxe-a1edc5343646b0d9ac6d49947ccb1d17413f1509.tar.bz2 nutyx-pakxe-a1edc5343646b0d9ac6d49947ccb1d17413f1509.tar.xz nutyx-pakxe-a1edc5343646b0d9ac6d49947ccb1d17413f1509.zip |
Ajout de qca#2.0.1-3
Diffstat (limited to 'extra/qca')
-rw-r--r-- | extra/qca/Pkgfile | 17 |
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') +} |