wok view gnutls-dev/receipt @ rev 15954

Up: pciutils (3.2.1) and ids file. This fix intel agp module name
author Christophe Lincoln <pankso@slitaz.org>
date Sun Feb 23 15:54:50 2014 +0100 (2014-02-23)
parents 2b9f96603415
children e62fe73c97ae
line source
1 # SliTaz package receipt.
3 PACKAGE="gnutls-dev"
4 VERSION="2.12.14"
5 CATEGORY="development"
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/"
12 DEPENDS="gnutls libtasn1-dev libgcrypt-dev libgpg-error-dev p11-kit-dev \
13 zlib-dev pkg-config"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 mkdir -p $fs/usr/lib
19 cp -a $install/usr/lib/*.*a $fs/usr/lib
20 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
21 cp -a $install/usr/include $fs/usr
22 }