wok view libnetfilter_cthelper-dev/receipt @ rev 19794

zerofree: add -lcom_err
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Feb 23 11:10:10 2017 +0100 (2017-02-23)
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 }