diff options
author | piernov <piernov@piernov.org> | 2011-10-04 18:44:06 +0200 |
---|---|---|
committer | piernov <piernov@piernov.org> | 2011-10-04 18:44:06 +0200 |
commit | 40f9afeb3da87c4085adeda4f425a2a5394fbd9e (patch) | |
tree | 7dd0881241e09f49607c8ad48f3b04688caaea68 | |
parent | 495e52f54a2f9e55794ffb69ecc64e8c9f3c6f73 (diff) | |
download | nutyx-extra-40f9afeb3da87c4085adeda4f425a2a5394fbd9e.tar.gz nutyx-extra-40f9afeb3da87c4085adeda4f425a2a5394fbd9e.tar.bz2 nutyx-extra-40f9afeb3da87c4085adeda4f425a2a5394fbd9e.tar.xz nutyx-extra-40f9afeb3da87c4085adeda4f425a2a5394fbd9e.zip |
qca 2.0.3-2 utilisation rootcerts de ca-certificates
-rw-r--r-- | extra/qca/.footprint.i686 | 3 | ||||
-rw-r--r-- | extra/qca/.footprint.x86_64 | 3 | ||||
-rw-r--r-- | extra/qca/Pkgfile | 7 |
3 files changed, 4 insertions, 9 deletions
diff --git a/extra/qca/.footprint.i686 b/extra/qca/.footprint.i686 index 2a7a1f3d2..7e988b407 100644 --- a/extra/qca/.footprint.i686 +++ b/extra/qca/.footprint.i686 @@ -30,9 +30,6 @@ drwxr-xr-x root/root usr/share/ drwxr-xr-x root/root usr/share/man/ drwxr-xr-x root/root usr/share/man/man1/ -rw-r--r-- root/root usr/share/man/man1/qcatool2.1.gz -drwxr-xr-x root/root usr/share/qca/ -drwxr-xr-x root/root usr/share/qca/certs/ --rw-r--r-- root/root usr/share/qca/certs/rootcerts.pem drwxr-xr-x root/root usr/share/qt/ drwxr-xr-x root/root usr/share/qt/mkspecs/ drwxr-xr-x root/root usr/share/qt/mkspecs/features/ diff --git a/extra/qca/.footprint.x86_64 b/extra/qca/.footprint.x86_64 index 2a7a1f3d2..7e988b407 100644 --- a/extra/qca/.footprint.x86_64 +++ b/extra/qca/.footprint.x86_64 @@ -30,9 +30,6 @@ drwxr-xr-x root/root usr/share/ drwxr-xr-x root/root usr/share/man/ drwxr-xr-x root/root usr/share/man/man1/ -rw-r--r-- root/root usr/share/man/man1/qcatool2.1.gz -drwxr-xr-x root/root usr/share/qca/ -drwxr-xr-x root/root usr/share/qca/certs/ --rw-r--r-- root/root usr/share/qca/certs/rootcerts.pem drwxr-xr-x root/root usr/share/qt/ drwxr-xr-x root/root usr/share/qt/mkspecs/ drwxr-xr-x root/root usr/share/qt/mkspecs/features/ diff --git a/extra/qca/Pkgfile b/extra/qca/Pkgfile index 431f3bf03..12b43b01f 100644 --- a/extra/qca/Pkgfile +++ b/extra/qca/Pkgfile @@ -2,13 +2,14 @@ # URL: http://delta.affinix.com/qca/ # Maintainer: NuTyX core team # Packager: lesibel at free dot fr -# Depends on: qt -# Run on: qt +# Depends on: qt, ca-certificates +# Run on: qt,ca-certificates name=qca version=2.0.3 -release=1 +release=2 source=(http://delta.affinix.com/download/$name/2.0/$name-$version.tar.bz2) + build() { cd $name-$version ./configure --prefix=/usr |