wok-undigest view libnet-dev/receipt @ rev 87

Added perl-smtp-ssl. (required by git send-mail)
author Liu Peng <rocky@slitaz.org>
date Wed Apr 28 01:10:48 2010 +0000 (2010-04-28)
parents
children
line source
1 # SliTaz package receipt.
3 PACKAGE="libnet-dev"
4 VERSION="1.1.4"
5 CATEGORY="development"
6 SHORT_DESC="Libnet devel files"
7 MAINTAINER="claudinei@slitaz.org"
8 DEPENDS=""
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="http://github.com/sam-github/libnet"
11 WANTED="libnet"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/bin $fs/usr/lib
17 cp $_pkg/usr/bin/libnet-config $fs/usr/bin
18 chmod +x $fs/usr/bin/libnet-config
19 cp -a $_pkg/usr/include $fs/usr
20 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
21 }