wok annotate libhtp/receipt @ rev 21232

updated libhtp and libhtp-dev (0.2.6 -> 0.5.30)
author Hans-G?nter Theisgen
date Thu Apr 11 13:28:24 2019 +0100 (2019-04-11)
parents 8f447cf2eee5
children af793b950cf7
rev   line source
erjo@11447 1 # SliTaz package receipt.
erjo@11447 2
erjo@11447 3 PACKAGE="libhtp"
Hans-G?nter@21232 4 VERSION="0.5.30"
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"
pascal@15473 8 LICENSE="GPL2"
erjo@11447 9 WEB_SITE="http://www.openinfosecfoundation.org"
Hans-G?nter@21232 10
erjo@11447 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
Hans-G?nter@21232 12 WGET_URL="https://github.com/OISF/$PACKAGE/archive/$VERSION.tar.gz"
Hans-G?nter@21232 13
Hans-G?nter@21232 14 BUILD_DEPENDS="automake"
erjo@11447 15
erjo@11447 16 # Rules to configure and make the package.
erjo@11447 17 compile_rules()
erjo@11447 18 {
Hans-G?nter@21232 19 .autogen.sh &&
Hans-G?nter@21232 20 ./configure $CONFIGURE_ARGS &&
Hans-G?nter@21232 21 make -j 1 &&
Hans-G?nter@21232 22 make install
erjo@11447 23 }
erjo@11447 24
erjo@11447 25 # Rules to gen a SliTaz package suitable for Tazpkg.
erjo@11447 26 genpkg_rules()
erjo@11447 27 {
erjo@11447 28 mkdir -p $fs/usr/lib
erjo@11447 29 cp -a $install/usr/lib/*.so* $fs/usr/lib
erjo@11447 30 }