smlinux/base/libpsl/libpsl.SMBuild
PktSurf deaff10308 Added libpsl to base and updated base build list
Removed removestaticlibs function call from xorg/glew
Upgraded xorg/libxcb to 1.15
Upgraded xorg/vala to 0.54.6
Upgraded xorg/xcb-proto to 1.15.2
Upgraded xorg/xrdb to 1.2.1
Removed --sysconfdir build option from xorg/xtrans
Switched xorg/{glew,xauth} source tarballs to lzip
2022-10-05 08:29:35 +05:30

31 lines
713 B
Text
Executable file

app=libpsl
version=0.21.1
build=1sml
homepage="https://github.com/rockdaboot/libpsl"
download="https://github.com/rockdaboot/libpsl/releases/download/0.21.1/libpsl-0.21.1.tar.gz"
desc="Library for accessing and resolving uncommon domain name suffixes"
requires="python3"
build() {
mkandenterbuilddir
rm -rf $app-$version
tar xf $srcdir/$app-$version.tar.?z*
cd $app-$version
fixbuilddirpermissions
./configure \
--prefix="" \
--disable-static
make
make install DESTDIR=$pkg
cp COPYING $pkgdocs/
mkfinalpkg
}
sha512sums="
84bc8eced25acb85476aab3fc450f01c1a99ee4166a0c4cb60a016e8776cf440e5ccb6911ced95563efd9ca068dcca9a308c4b9e3ff5fbd761cc8bce1dd2f726 libpsl-0.21.1.tar.lz
"