wok view libnetfilter_cthelper-dev/receipt @ rev 18897

syslinux/isohybrid.exe add -r support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Feb 14 22:06:06 2016 +0100 (2016-02-14)
parents
children fc9203de5ff2
line source
1 # SliTaz package receipt.
3 PACKAGE="libnetfilter_cthelper-dev"
4 VERSION="1.0.0"
5 CATEGORY="development"
6 SHORT_DESC="API to the user-space helper infrastructure, development files."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 TARBALL="$PACKAGE-$VERSION.tar.bz2"
10 WEB_SITE="http://www.netfilter.org/projects/$PACKAGE/"
11 WANTED="libnetfilter_cthelper"
13 DEPENDS="libnetfilter_cthelper"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 mkdir -p $fs/usr/lib
19 cp -a $install/usr/include $fs/usr
20 cp -a $install/usr/lib/*a $fs/usr/lib
21 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
22 }