wok view gnutls-dev/receipt @ rev 14587

Add missing deps coreutils-disk and coreutils-redirection for use tee and df command instead of Busybox
author Stanislas Leduc <shann@slitaz.org>
date Sun May 26 19:06:03 2013 +0200 (2013-05-26)
parents 9532fd8edd29
children 2b9f96603415
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 WANTED="gnutls"
9 WEB_SITE="http://www.gnu.org/software/gnutls/"
11 DEPENDS="gnutls libtasn1-dev libgcrypt-dev libgpg-error-dev p11-kit-dev zlib-dev"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/lib
17 cp -a $install/usr/lib/*.*a $fs/usr/lib
18 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
19 cp -a $install/usr/include $fs/usr
20 }