core/ca-certificates/Pkgfile

19 lines
463 B
Plaintext
Raw Normal View History

2012-12-01 20:29:17 +01:00
# Description: Bundle of CA Root Certificates from Mozilla
# URL: http://curl.haxx.se/ca/
# Maintainer: CRUX System Team, core-ports at crux dot nu
name=ca-certificates
2018-03-07 13:21:55 +01:00
version=20180307
2015-09-03 17:24:23 +02:00
release=1
2012-12-01 20:29:17 +01:00
source=(cacert.pem)
build () {
# see http://curl.haxx.se/docs/mk-ca-bundle.html how
# to create the bundle from Mozillas data:
# mk-ca-bundle.pl -p ALL:TRUSTED_DELEGATOR cacert.pem
2012-12-01 20:29:17 +01:00
install -Dm 644 $SRC/cacert.pem $PKG/etc/ssl/cert.pem
}