wok-next view libgnutls/receipt @ rev 19696
udftools: update for gcc5+
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Apr 23 10:50:05 2017 +0200 (2017-04-23) |
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 }