wok view libhtp/receipt @ rev 18443

libgd: fix build
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Sep 24 18:27:14 2015 +0200 (2015-09-24)
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 }