smlinux/base/p11-kit/p11-kit.SMBuild
PktSurf 03da9ec93f Discarded '--disable-nls' and similar build options in several build files to allow building of translation files
Added '--docdir' build option to extra/xarchiver, gtk/libcanberra, net/{tor,x2x} build files
Updated net/cgit tarball checksum
Switched to cmake build system in net/weechat
Discarded 'v' verbosity argument used for extracting net/x2x tarball and its doinst.sh
Fixed hardcoded doc directory name in xorg/jasper
2023-04-01 10:28:44 +05:30

32 lines
690 B
Text
Executable file

app=p11-kit
version=0.23.20
build=2sml
homepage="https://github.com/p11-glue/p11-kit"
download="https://github.com/p11-glue/p11-kit/archive/refs/tags/$version.tar.gz"
desc="tools to load and enumerate PKCS#11 modules"
requires="gcc-libs libffi libtasn1"
prepbuilddir() {
mkandenterbuilddir
rm -rf $app-$version
tar xf $srcdir/$app-$version.tar.?z*
cd $app-$version
fixbuilddirpermissions
}
build() {
./configure \
--prefix=""
make
make install DESTDIR=$pkg
cp COPYING $pkgdocs/
mkfinalpkg
}
sha512sums="
c15954e339c1193cad3f27acb496edfcc397dc671d7213daf9402bc8b5471271520931f54aacd2f4516f6777c1bef055ee721e3c4287c39d67826083b8e5f8aa p11-kit-0.23.20.tar.lz
"