wok-6.x annotate libnetfilter_cthelper/receipt @ rev 22625
updated cyrus-imapd and cyrus-impad-dev (2.4.17 -> 3.0.13)
author | Hans-G?nter Theisgen |
---|---|
date | Sun Jan 12 16:58:49 2020 +0100 (2020-01-12) |
parents | |
children | 83b97236db32 |
rev | line source |
---|---|
pascal@17286 | 1 # SliTaz package receipt. |
pascal@17286 | 2 |
pascal@17286 | 3 PACKAGE="libnetfilter_cthelper" |
pascal@17286 | 4 VERSION="1.0.0" |
pascal@17286 | 5 CATEGORY="network" |
pascal@17286 | 6 SHORT_DESC="API to the user-space helper infrastructure." |
pascal@17286 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@17286 | 8 LICENSE="GPL2" |
pascal@17286 | 9 TARBALL="$PACKAGE-$VERSION.tar.bz2" |
pascal@17286 | 10 WEB_SITE="http://www.netfilter.org/projects/$PACKAGE/" |
pascal@17286 | 11 WGET_URL="${WEB_SITE}files/$TARBALL" |
pascal@17286 | 12 |
pascal@17286 | 13 DEPENDS="libmnl" |
pascal@17286 | 14 BUILD_DEPENDS="pkg-config glib-dev libmnl-dev" |
pascal@17286 | 15 |
pascal@17286 | 16 # Rules to configure and make the package. |
pascal@17286 | 17 compile_rules() |
pascal@17286 | 18 { |
pascal@17286 | 19 ./configure --prefix=/usr $CONFIGURE_ARGS && |
pascal@17286 | 20 make && |
pascal@17286 | 21 make DESTDIR=$DESTDIR install |
pascal@17286 | 22 } |
pascal@17286 | 23 |
pascal@17286 | 24 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@17286 | 25 genpkg_rules() |
pascal@17286 | 26 { |
pascal@17286 | 27 mkdir -p $fs/usr/lib |
pascal@17286 | 28 cp -a $install/usr/lib/*.so* $fs/usr/lib |
pascal@17286 | 29 } |