wok view libnetfilter_cthelper-dev/receipt @ rev 22464

updated acct (6.6.2 -> 6.6.4)
author Hans-G?nter Theisgen
date Fri Dec 27 15:52:30 2019 +0100 (2019-12-27)
parents 8c9672462053
children cb67b4f8be05
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 pkg-config"
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 }