wok view gnutls-dev/receipt @ rev 18897

syslinux/isohybrid.exe add -r support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Feb 14 22:06:06 2016 +0100 (2016-02-14)
parents 51bd0a2cabc6
children 8fa91d8eff3c
line source
1 # SliTaz package receipt.
3 PACKAGE="gnutls-dev"
4 VERSION="3.3.16"
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/"
11 HOST_ARCH="i486 arm"
13 DEPENDS="gnutls libtasn1-dev libgcrypt-dev libgpg-error-dev p11-kit-dev \
14 zlib-dev nettle-dev gmp-dev pkg-config"
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/*.*a $fs/usr/lib
21 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
22 cp -a $install/usr/include $fs/usr
23 }