wok view libnetfilter_cthelper-dev/receipt @ rev 19154

Up libdrm (2.4.68), xorg-xf86-video-nouveau (1.0.12)
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Mon May 23 23:56:45 2016 +0300 (2016-05-23)
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 }