smlinux/base/nettle/nettle.SMBuild
PktSurf 1a260f04ce Disabled native language support (nls) in:
-> base/gdb,gdbm,glib,iso-codes,libgpg-error,
-> libidn2,libqalculate,popt,procps-ng,sudo,sysstat,texinfo,xz
Made fixes to a bunch of base build files to put stuff in /usr
2024-10-18 10:50:11 +05:30

37 lines
831 B
Text
Executable file

# Maintainer: PktSurf <smlinux@pktsurf.in>
app=nettle
version=3.9
build=1sml
homepage="http://www.lysator.liu.se/~nisse/nettle/"
download="https://ftp.gnu.org/gnu/nettle/nettle-$version.tar.gz"
desc="small cryptographic library designed to fit easily in any programming language"
requires="gmp"
prepbuilddir() {
mkandenterbuilddir
rm -rf $app-$version
tar xf $srcdir/$app-$version.tar.?z*
cd $app-$version
fixbuilddirpermissions
}
build() {
./configure \
--prefix=/usr \
--bindir=/bin \
--disable-static
make
make install DESTDIR=$pkg
sed -i 's@#.*$@@g' "$pkg"/usr/lib/pkgconfig/hogweed.pc
cp COPYING* $pkgdocs/
mkfinalpkg
}
sha512sums="
05de0b705a2759ef684a59fea3cdfef5d3be7ae96fc501c47612ec94ece27bc92a613c1bf881c96ae5d12755d663f2fedfbf45b6f40de920c2c2b523b9583b3b nettle-3.9.tar.lz
"