wok-next annotate libgnutls/receipt @ rev 19783

Up receipts to v2 syntax: cook_copy_files & cook_copy_folders -> copy
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun Jun 18 04:38:10 2017 +0300 (2017-06-18)
parents 4048d48a47c1
children
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@19783 19 copy *.so*
jozee@5023 20 }