14 lines
299 B
Plaintext
14 lines
299 B
Plaintext
# 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
|
|
version=20121018
|
|
release=1
|
|
source=(cacert.pem)
|
|
|
|
build () {
|
|
install -Dm 644 $SRC/cacert.pem $PKG/etc/ssl/cert.pem
|
|
}
|
|
|