milis/talimatname/genel/p11-kit/talimat

23 lines
532 B
Plaintext
Raw Normal View History

2017-04-06 15:02:11 +02:00
# Description: PKCS 11 modüllerini yüklemek ve numaralandırmak için bir yol sağlar.
2016-02-24 01:27:23 +01:00
# URL: http://p11-glue.freedesktop.org/p11-kit.html
2017-04-06 15:02:11 +02:00
# Packager: milisarge
2016-02-24 01:27:23 +01:00
# Depends on: libffi libtasn1
name=p11-kit
version=0.23.2
release=1
2016-03-03 10:37:29 +01:00
source=(http://p11-glue.freedesktop.org/releases/$name-$version.tar.gz)
2016-02-24 01:27:23 +01:00
build() {
cd $name-$version
./configure --prefix=/usr \
--sysconfdir=/etc
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share
if [ -f $PKG/etc/pkcs11/pkcs11.conf.example ]; then
mv $PKG/etc/pkcs11/pkcs11.conf{.example,}
fi
2017-04-06 15:02:11 +02:00
}