milis/talimatname/genel/p11-kit/talimat

23 lines
532 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Description: PKCS 11 modüllerini yüklemek ve numaralandırmak için bir yol sağlar.
# URL: http://p11-glue.freedesktop.org/p11-kit.html
# Packager: milisarge
# Depends on: libffi libtasn1
name=p11-kit
version=0.23.2
release=1
source=(http://p11-glue.freedesktop.org/releases/$name-$version.tar.gz)
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
}