ca-certificates: update to 20111025.
This commit is contained in:
parent
54de0c8b44
commit
37e3df7846
|
@ -1,12 +1,12 @@
|
|||
# Template file for 'ca-certificates'
|
||||
pkgname=ca-certificates
|
||||
version=20110502+nmu1
|
||||
version=20111025
|
||||
distfiles="${DEBIAN_SITE}/main/c/${pkgname}/${pkgname}_${version}.tar.gz"
|
||||
short_desc="Common CA certificates"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://packages.qa.debian.org/c/ca-certificates.html"
|
||||
license="GPL-2"
|
||||
checksum=32349782ed419d88924f69e3feb1755a045dc15b8d0cfd15cdd9176f0596997d
|
||||
checksum=318bbf0f7c0a32adc10105f843148fd0e9e3b013de75645c02ea858652240924
|
||||
long_desc="
|
||||
This package includes PEM files of CA certificates to allow SSL-based
|
||||
applications to check for the authenticity of SSL connections."
|
||||
|
@ -25,11 +25,11 @@ do_build() {
|
|||
}
|
||||
|
||||
do_install() {
|
||||
mkdir -p $DESTDIR/usr/share/ca-certificates
|
||||
mkdir -p $DESTDIR/usr/sbin
|
||||
mkdir -p $DESTDIR/etc/ssl/certs
|
||||
vmkdir usr/share/${pkgname}
|
||||
vmkdir usr/sbin
|
||||
vmkdir etc/ssl/certs
|
||||
make install DESTDIR=${DESTDIR}
|
||||
install -D -m644 sbin/update-ca-certificates.8 \
|
||||
install -Dm644 sbin/update-ca-certificates.8 \
|
||||
${DESTDIR}/usr/share/man/man8/update-ca-certificates.8
|
||||
|
||||
cd ${DESTDIR}/usr/share/ca-certificates
|
||||
|
|
Loading…
Reference in New Issue