wok-next view libgnutls/receipt @ rev 19715

Fix building: pciutils, pcmanfm-legacy, arj
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat May 13 17:25:31 2017 +0300 (2017-05-13)
parents 8417cbe6fdae
children f463de72afe3
line source
1 # SliTaz package receipt.
3 PACKAGE="libgnutls"
4 VERSION="3.5.3"
5 CATEGORY="security"
6 SHORT_DESC="GNU Transport Layer Security Library (shared libraries)"
7 MAINTAINER="erjo@slitaz.org"
8 LICENSE="GPL3"
9 WEB_SITE="http://gnutls.org/"
10 HOST_ARCH="i486 arm"
11 SUGGESTED="cacerts"
13 WANTED="gnutls"
14 DEPENDS="gmp libtasn1 nettle p11-kit zlib"
16 # Rules to gen a SliTaz package suitable for Tazpkg.
17 genpkg_rules()
18 {
19 cook_copy_files *.so*
20 }