diff options
Diffstat (limited to 'extra/ca-certificates/Pkgfile')
-rwxr-xr-x | extra/ca-certificates/Pkgfile | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/extra/ca-certificates/Pkgfile b/extra/ca-certificates/Pkgfile index fa26d75ca..14fba69f1 100755 --- a/extra/ca-certificates/Pkgfile +++ b/extra/ca-certificates/Pkgfile @@ -1,15 +1,15 @@ -# Description: CA rtificats courant +# Description: Certificats CA courants # Url : http://packages.qa.debian.org/c/ca-certificates.html # Maintainer: NutyX core team # Packager: lesibel at free dot fr -# Depends on: openssl,findutils,coreutils,nmap -# Run on: +# Depends on: openssl, debianutils +# Run on: openssl,debianutils name=ca-certificates version=20110502 -release=1 +release=2 -source=(http://ftp.debian.org/debian/pool/main/c/$name/${name}_${version}.tar.gz ) +source=(http://ftp.debian.org/debian/pool/main/c/$name/${name}_${version}.tar.gz) build() { cd $name-$version @@ -27,7 +27,4 @@ build() { cd $PKG/usr/share/ca-certificates find . -name '*.crt' | sort | cut -b3- ) > $PKG/etc/ca-certificates.conf - - cp -av /usr/share/ncat/ca-bundle.crt $PKG/etc/ssl/certs/ca-certificates.crt } - |