# Template build file for 'nettle'. pkgname=nettle version=2.5 revision=1 build_style=gnu-configure subpackages="${pkgname}-devel ${pkgname}-tools" configure_args="--enable-shared --disable-static" short_desc="A low-level cryptographic library" maintainer="Juan RP " homepage="http://www.lysator.liu.se/~nisse/nettle/" license="GPL-2" distfiles="ftp://ftp.lysator.liu.se/pub/security/lsh/nettle-${version}.tar.gz" checksum=4aa142e908b0053082d7729fc0155dc90dbe71c8ef5f50f30034805ed5c92c72 long_desc=" Nettle is a cryptographic library that is designed to fit easily in more or less any context: In crypto toolkits for object-oriented languages (C++, Python, Pike, ...), in applications like LSH or GNUPG, or even in kernel space." post_install() { rm -f ${DESTDIR}/usr/lib/*.a }