# SliTaz package receipt. PACKAGE="nettle" VERSION="2.4" CATEGORY="system-tools" SHORT_DESC="Nettle is a cryptographic library that is designed to fit easily in more or less any context" MAINTAINER="devl547@gmail.com" DEPENDS="gmp" BUILD_DEPENDS="gmp-dev" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.lysator.liu.se/~nisse/nettle" WGET_URL="http://www.lysator.liu.se/~nisse/archive/$TARBALL" # Rules to configure and make the package. compile_rules() { cd $src ./configure \ --enable-shared \ $CONFIGURE_ARGS && make $MAKEFLAGS && make install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib cp -a $_pkg/usr/lib/*.so* $fs/usr/lib }