wok annotate libgnutls/receipt @ rev 10792

Up: tazpkg (4.7) - Big clean-up, removed old code, up doc and notification to use TazPanel and have now i18n working
author Christophe Lincoln <pankso@slitaz.org>
date Thu Jun 02 04:26:35 2011 +0200 (2011-06-02)
parents 5bbaef7b118d
children 51a6f100a405
rev   line source
jozee@5023 1 # SliTaz package receipt.
jozee@5023 2
jozee@5023 3 PACKAGE="libgnutls"
slaxemulator@10270 4 VERSION="2.12.5"
jozee@5023 5 CATEGORY="security"
jozee@5023 6 SHORT_DESC="GNU Transport Layer Security Library headers"
jozee@5023 7 MAINTAINER="erjo@slitaz.org"
jozee@5023 8 BUILD_DEPENDS="libgcrypt-dev libgpg-error-dev"
jozee@5023 9 WANTED="gnutls"
jozee@5023 10 WEB_SITE="http://www.gnu.org/software/gnutls/"
jozee@5023 11
jozee@5023 12 # Rules to gen a SliTaz package suitable for Tazpkg.
jozee@5023 13 genpkg_rules()
jozee@5023 14 {
jozee@5023 15 mkdir -p $fs/usr/lib
erjo@10671 16 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
jozee@5023 17 }
jozee@5023 18