wok-next annotate gnutls/receipt @ rev 14730

Up xorg-xf86-video-ati (7.1.0), xorg-xf86-video-fbdev (0.4.3), xorg-xf86-video-geode (2.11.14), xorg-xf86-video-i740 (1.3.4), xorg-xf86-video-neomagic (1.2.7), xorg-xf86-video-nv (2.1.20), xorg-xf86-video-s3 (0.6.5), xorg-xf86-video-trident (1.3.6), xorg-xf86-video-vesa (2.3.2), xorg-xf86-video-vmware (13.0.1)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Jun 13 10:45:31 2013 +0200 (2013-06-13)
parents 113cd65675c3
children 2b9f96603415
rev   line source
pascal@2502 1 # SliTaz package receipt.
erjo@180 2
erjo@180 3 PACKAGE="gnutls"
slaxemulator@11286 4 VERSION="2.12.14"
erjo@180 5 CATEGORY="security"
erjo@180 6 SHORT_DESC="GNU Transport Layer Security Library"
erjo@784 7 MAINTAINER="erjo@slitaz.org"
slaxemulator@11292 8 TARBALL="$PACKAGE-$VERSION.tar.bz2"
erjo@180 9 WEB_SITE="http://www.gnu.org/software/gnutls/"
devl547@11264 10 WGET_URL="http://ftp.gnu.org/gnu/$PACKAGE/$TARBALL"
erjo@180 11
slaxemulator@11295 12 DEPENDS="nettle libgpg-error ncurses readline zlib gcc-lib-base libgnutls \
slaxemulator@11295 13 libtasn1 p11-kit"
slaxemulator@11295 14 BUILD_DEPENDS="libtasn1-dev ncurses-dev readline-dev p11-kit-dev \
pascal@11296 15 nettle-dev libgpg-error-dev libgcrypt-dev"
slaxemulator@11295 16
erjo@180 17 # Rules to configure and make the package.
erjo@180 18 compile_rules()
erjo@180 19 {
erjo@180 20 cd $src
slaxemulator@10270 21 ./configure --with-libgcrypt \
jozee@5023 22 --disable-guile \
slaxemulator@9415 23 --with-zlib \
jozee@5023 24 $CONFIGURE_ARGS &&
slaxemulator@10270 25 make && make install
erjo@180 26 }
erjo@180 27
erjo@180 28 # Rules to gen a SliTaz package suitable for Tazpkg.
erjo@180 29 genpkg_rules()
erjo@180 30 {
erjo@11631 31 mkdir -p $fs/usr
erjo@180 32 cp -a $_pkg/usr/bin $fs/usr
erjo@180 33 }
erjo@180 34