# Maintainer: PktSurf 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 \ --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 "