# HG changeset patch # User Pascal Bellard # Date 1306616076 -7200 # Node ID b00ada947c90c3f3f09665d9494dcc1f4b3d52f7 # Parent 678173bcfec359df543cdda677ac9e8a7735321f libnetfilter_queue has moved to wok diff -r 678173bcfec3 -r b00ada947c90 libnetfilter_queue/receipt --- a/libnetfilter_queue/receipt Sat May 28 22:53:39 2011 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,28 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="libnetfilter_queue" -VERSION="1.0.0" -CATEGORY="network" -SHORT_DESC="API to packets that have been queued by the kernel packet filter." -MAINTAINER="pascal.bellard@slitaz.org" -TARBALL="$PACKAGE-$VERSION.tar.bz2" -WEB_SITE="http://www.netfilter.org/projects/$PACKAGE/" -WGET_URL="${WEB_SITE}files/$TARBALL" -DEPENDS="libnfnetlink" -BUILD_DEPENDS="libnfnetlink" - -# Rules to configure and make the package. -compile_rules() -{ - cd $src - ./configure --prefix=/usr && - make && - make DESTDIR=$DESTDIR install -} - -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() -{ - mkdir -p $fs/usr/lib - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib -}