wok annotate libgnutls/receipt @ rev 14999

Add GPL3 licenses
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Aug 10 13:52:56 2013 +0000 (2013-08-10)
parents ef9193a8ef5d
children e62fe73c97ae
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"
pascal@14999 8 LICENSE="GPL3"
pascal@14999 9 WANTED="gnutls"
pascal@14999 10 WEB_SITE="http://www.gnu.org/software/gnutls/"
pascal@14999 11
jozee@5023 12 BUILD_DEPENDS="libgcrypt-dev libgpg-error-dev"
gokhlayeh@11572 13 DEPENDS="p11-kit"
jozee@5023 14
jozee@5023 15 # Rules to gen a SliTaz package suitable for Tazpkg.
jozee@5023 16 genpkg_rules()
jozee@5023 17 {
jozee@5023 18 mkdir -p $fs/usr/lib
pascal@14999 19 cp -a $install/usr/lib/*.so* $fs/usr/lib
jozee@5023 20 }
jozee@5023 21