
Receipt for package "p11-kit"
# SliTaz package receipt. PACKAGE="p11-kit" VERSION="0.24.1" CATEGORY="security" SHORT_DESC="Library to work with PKCS#11 modules." MAINTAINER="slaxemulator@gmail.com" LICENSE="BSD" WEB_SITE="https://p11-glue.freedesktop.org/" LFS="http://www.linuxfromscratch.org/blfs/view/stable/postlfs/p11-kit.html" TARBALL="$PACKAGE-$VERSION.tar.xz" WGET_URL="https://github.com/p11-glue/p11-kit/releases/download/$VERSION/$TARBALL" DEPENDS="libffi" BUILD_DEPENDS="cacerts gettext glib glib-dev gtk-doc libffi-dev libtasn1-dev libxslt" HOST_ARCH="i486 x86_64" current_version() { wget -O - ${WGET_URL%/down*} 2>/dev/null | \ sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q' } # Rules to configure and make the package. compile_rules() { ./configure \ --sysconfdir=/etc \ --with-module-path=/usr/lib/pkcs11 \ $CONFIGURE_ARGS && make && make install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { cook_copy_folders bin cook_copy_folders etc cook_copy_files *.so* }
6088 packages and 256128 files in current database (Wed Mar 5 09:18:31 2025)