wok annotate gnutls/receipt @ rev 11264

Up: gnutls (3.0.7), add nettle (2.4)
author Alexander Medvedev <devl547@gmail.com>
date Wed Nov 09 11:54:03 2011 +0000 (2011-11-09)
parents ecabd74de6df
children dec5c3a2000c
rev   line source
pascal@2502 1 # SliTaz package receipt.
erjo@180 2
erjo@180 3 PACKAGE="gnutls"
devl547@11264 4 VERSION="3.0.7"
erjo@180 5 CATEGORY="security"
erjo@180 6 SHORT_DESC="GNU Transport Layer Security Library"
erjo@784 7 MAINTAINER="erjo@slitaz.org"
pascal@5029 8 DEPENDS="libgcrypt libgpg-error ncurses readline zlib gcc-lib-base libgnutls \
devl547@11264 9 libtasn1 nettle gmp"
devl547@11264 10 BUILD_DEPENDS="libgcrypt-dev libgpg-error-dev nettle-dev gmp-dev"
devl547@11264 11 TARBALL="$PACKAGE-$VERSION.tar.xz"
erjo@180 12 WEB_SITE="http://www.gnu.org/software/gnutls/"
devl547@11264 13 WGET_URL="http://ftp.gnu.org/gnu/$PACKAGE/$TARBALL"
erjo@180 14
erjo@180 15 # Rules to configure and make the package.
erjo@180 16 compile_rules()
erjo@180 17 {
erjo@180 18 cd $src
slaxemulator@10270 19 ./configure --with-libgcrypt \
jozee@5023 20 --disable-guile \
slaxemulator@9415 21 --with-zlib \
jozee@5023 22 $CONFIGURE_ARGS &&
slaxemulator@10270 23 make && make install
erjo@180 24 }
erjo@180 25
erjo@180 26 # Rules to gen a SliTaz package suitable for Tazpkg.
erjo@180 27 genpkg_rules()
erjo@180 28 {
erjo@180 29 mkdir -p $fs/usr/share $fs/usr/lib
erjo@180 30 cp -a $_pkg/usr/bin $fs/usr
erjo@180 31 }
erjo@180 32