wok-current annotate libgnutls/receipt @ rev 7269
Add sleuthkit. File system and media management forensic analysis tools (supports NTFS, FAT, UFS1/2, FFS, Ext2 and Ext3).
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sun Nov 14 21:55:41 2010 +0000 (2010-11-14) |
parents | 9bcb6ea89636 |
children | 3f8efb7eb107 |
rev | line source |
---|---|
jozee@5023 | 1 # SliTaz package receipt. |
jozee@5023 | 2 |
jozee@5023 | 3 PACKAGE="libgnutls" |
slaxemulator@6876 | 4 VERSION="2.10.2" |
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 |
jozee@5023 | 16 cp -a $_pkg/usr/lib/libgnutls.so* $fs/usr/lib |
jozee@5023 | 17 } |
jozee@5023 | 18 |