wok-next annotate libgnutls/receipt @ rev 19742

Up alsaplayer and alsa-lib to v2.
author Christopher Rogers <slaxemulator@gmail.com>
date Mon Jun 05 19:31:24 2017 +0000 (2017-06-05)
parents 8417cbe6fdae
children f463de72afe3
rev   line source
jozee@5023 1 # SliTaz package receipt.
jozee@5023 2
jozee@5023 3 PACKAGE="libgnutls"
al@19693 4 VERSION="3.5.3"
jozee@5023 5 CATEGORY="security"
al@19693 6 SHORT_DESC="GNU Transport Layer Security Library (shared libraries)"
jozee@5023 7 MAINTAINER="erjo@slitaz.org"
pascal@14999 8 LICENSE="GPL3"
al@19693 9 WEB_SITE="http://gnutls.org/"
al@19693 10 HOST_ARCH="i486 arm"
al@19693 11 SUGGESTED="cacerts"
al@19693 12
pascal@14999 13 WANTED="gnutls"
al@19693 14 DEPENDS="gmp libtasn1 nettle p11-kit zlib"
jozee@5023 15
jozee@5023 16 # Rules to gen a SliTaz package suitable for Tazpkg.
jozee@5023 17 genpkg_rules()
jozee@5023 18 {
al@19693 19 cook_copy_files *.so*
jozee@5023 20 }