wok annotate libgnutls/receipt @ rev 12951

wv: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu May 31 10:32:59 2012 +0200 (2012-05-31)
parents dec5c3a2000c
children 2b9f96603415
rev   line source
jozee@5023 1 # SliTaz package receipt.
jozee@5023 2
jozee@5023 3 PACKAGE="libgnutls"
slaxemulator@11286 4 VERSION="2.12.14"
jozee@5023 5 CATEGORY="security"
jozee@5023 6 SHORT_DESC="GNU Transport Layer Security Library headers"
jozee@5023 7 MAINTAINER="erjo@slitaz.org"
jozee@5023 8 BUILD_DEPENDS="libgcrypt-dev libgpg-error-dev"
gokhlayeh@11572 9 DEPENDS="p11-kit"
jozee@5023 10 WANTED="gnutls"
jozee@5023 11 WEB_SITE="http://www.gnu.org/software/gnutls/"
jozee@5023 12
jozee@5023 13 # Rules to gen a SliTaz package suitable for Tazpkg.
jozee@5023 14 genpkg_rules()
jozee@5023 15 {
jozee@5023 16 mkdir -p $fs/usr/lib
erjo@10671 17 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
jozee@5023 18 }
jozee@5023 19