wok-current view libnetfilter_queue-dev/receipt @ rev 14542
firefox-langpack-id: Up to 17.0.6esr
author | Dominique Corbex <domcox@slitaz.org> |
---|---|
date | Wed May 22 21:56:58 2013 +0200 (2013-05-22) |
parents | d0cbcb4841c3 |
children | 4904e3d374a9 |
line source
1 # SliTaz package receipt.
3 PACKAGE="libnetfilter_queue-dev"
4 VERSION="1.0.2"
5 CATEGORY="development"
6 SHORT_DESC="API to packets that have been queued by the kernel packet filter, development files."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 WEB_SITE="http://www.netfilter.org/projects/libnetfilter_queue/"
9 WANTED="libnetfilter_queue"
11 # Rules to gen a SliTaz package suitable for Tazpkg.
12 genpkg_rules()
13 {
14 mkdir -p $fs/usr/lib
15 cp -a $install/usr/include $fs/usr
16 cp -a $install/usr/lib/*a $fs/usr/lib
17 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
18 }