wok view libnetfilter_cthelper-dev/receipt @ rev 22134

updated winetricks (20120912 -> 20190912)
author Hans-G?nter Theisgen
date Tue Nov 05 07:57:41 2019 +0100 (2019-11-05)
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 }