wok view libgnutls/receipt @ rev 16266

Up: tazweb (1.8) With full bookmarks support and easy access
author Christophe Lincoln <pankso@slitaz.org>
date Sat Apr 05 18:57:30 2014 +0200 (2014-04-05)
parents 2b9f96603415
children 838687a9dc32
line source
1 # SliTaz package receipt.
3 PACKAGE="libgnutls"
4 VERSION="2.12.14"
5 CATEGORY="security"
6 SHORT_DESC="GNU Transport Layer Security Library headers"
7 MAINTAINER="erjo@slitaz.org"
8 LICENSE="GPL3"
9 WANTED="gnutls"
10 WEB_SITE="http://www.gnu.org/software/gnutls/"
11 HOST_ARCH="i486 arm"
13 BUILD_DEPENDS="libgcrypt-dev libgpg-error-dev"
14 DEPENDS="p11-kit"
16 # Rules to gen a SliTaz package suitable for Tazpkg.
17 genpkg_rules()
18 {
19 mkdir -p $fs/usr/lib
20 cp -a $install/usr/lib/*.so* $fs/usr/lib
21 }