wok view libhtp/receipt @ rev 20314

new updates for SSL: March 2018 version: 1.0.2o (current version: 1.0.2l is 1 year old, 2017 May)
author Erkan Yilmaz <erkan@slitaz.org>
date Fri May 18 12:50:54 2018 +0000 (2018-05-18)
parents d70cd76f3c2f
children 6ece78e52e38
line source
1 # SliTaz package receipt.
3 PACKAGE="libhtp"
4 VERSION="0.2.6"
5 CATEGORY="system-tools"
6 SHORT_DESC="Security-aware parser for the HTTP protocol."
7 MAINTAINER="erjo@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://www.openinfosecfoundation.org"
10 TARBALL="$PACKAGE-$VERSION.tar.gz"
11 WGET_URL="http://www.openinfosecfoundation.org/download/$TARBALL"
13 # Rules to configure and make the package.
14 compile_rules()
15 {
16 cd $src
17 ./configure $CONFIGURE_ARGS && make && make install
18 }
20 # Rules to gen a SliTaz package suitable for Tazpkg.
21 genpkg_rules()
22 {
23 mkdir -p $fs/usr/lib
24 cp -a $install/usr/lib/*.so* $fs/usr/lib
25 }