wok view libpcap-dev/receipt @ rev 15669

iptables: rm *.pc files, mv bin files to /usr/sbin
author Richard Dunbar <mojo@slitaz.org>
date Wed Dec 18 00:14:55 2013 +0000 (2013-12-18)
parents 8b595fbe104d
children e4cda1000ec7
line source
1 # SliTaz package receipt.
3 PACKAGE="libpcap-dev"
4 VERSION="1.4.0"
5 CATEGORY="development"
6 SHORT_DESC="devel files for libpcap"
7 MAINTAINER="slaxemulator@gmail.com"
8 LICENSE="BSD"
9 DEPENDS="libpcap"
10 WEB_SITE="http://www.tcpdump.org/"
11 WANTED="libpcap"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/lib
17 cp -a $install/usr/bin $fs/usr
18 cp -a $install/usr/include $fs/usr
19 cp -a $install/usr/lib/*.*a $fs/usr/lib
20 }