wok annotate libhtp/receipt @ rev 14957

Up: enlightenment-backgrounds (0.17.4)
author Dominique Corbex <domcox@slitaz.org>
date Thu Aug 08 19:20:58 2013 +0200 (2013-08-08)
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 }