wok view gpgme-dev/receipt @ rev 1602

Add perl-net-telnet
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Oct 19 11:13:50 2008 +0000 (2008-10-19)
parents
children 6f500409e5bf
line source
1 # SliTaz package receipt.
3 PACKED_SIZE="32.0k"
4 UNPACKED_SIZE="104.0k"
5 PACKAGE="gpgme-dev"
6 VERSION="1.1.4"
7 CATEGORY="security"
8 SHORT_DESC="C language library that allows to add support for cryptography to a program."
9 MAINTAINER="erjo@slitaz.org"
10 DEPENDS="gpgme"
11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 WEB_SITE="http://www.gnupg.org/gpgme.html"
13 WANTED="gpgme"
17 # Rules to gen a SliTaz package suitable for Tazpkg.
18 genpkg_rules()
19 {
20 mkdir -p $fs/usr/lib
21 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
22 cp -a $_pkg/usr/include $fs/usr
23 cp -a $_pkg/usr/bin $fs/usr
24 }