wok annotate libhtp/receipt @ rev 12353

lmms: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Apr 19 22:01:09 2012 +0200 (2012-04-19)
parents
children 8f447cf2eee5
rev   line source
erjo@11447 1 # SliTaz package receipt.
erjo@11447 2
erjo@11447 3 PACKAGE="libhtp"
erjo@11447 4 VERSION="0.2.6"
erjo@11447 5 CATEGORY="system-tools"
erjo@11447 6 SHORT_DESC="Security-aware parser for the HTTP protocol."
erjo@11447 7 MAINTAINER="erjo@slitaz.org"
erjo@11447 8 WEB_SITE="http://www.openinfosecfoundation.org"
erjo@11447 9 TARBALL="$PACKAGE-$VERSION.tar.gz"
erjo@11447 10 WGET_URL="http://www.openinfosecfoundation.org/download/$TARBALL"
erjo@11447 11
erjo@11447 12 # Rules to configure and make the package.
erjo@11447 13 compile_rules()
erjo@11447 14 {
erjo@11447 15 cd $src
erjo@11447 16 ./configure $CONFIGURE_ARGS && make && make install
erjo@11447 17 }
erjo@11447 18
erjo@11447 19 # Rules to gen a SliTaz package suitable for Tazpkg.
erjo@11447 20 genpkg_rules()
erjo@11447 21 {
erjo@11447 22 mkdir -p $fs/usr/lib
erjo@11447 23 cp -a $install/usr/lib/*.so* $fs/usr/lib
erjo@11447 24 }