wok-next view libhtp/receipt @ rev 14187
coreutils: fix busybox cp link
author | Dominique Corbex <domcox@slitaz.org> |
---|---|
date | Tue Mar 12 17:43:42 2013 +0100 (2013-03-12) |
parents | |
children | 8f447cf2eee5 |
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 WEB_SITE="http://www.openinfosecfoundation.org"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WGET_URL="http://www.openinfosecfoundation.org/download/$TARBALL"
12 # Rules to configure and make the package.
13 compile_rules()
14 {
15 cd $src
16 ./configure $CONFIGURE_ARGS && make && make install
17 }
19 # Rules to gen a SliTaz package suitable for Tazpkg.
20 genpkg_rules()
21 {
22 mkdir -p $fs/usr/lib
23 cp -a $install/usr/lib/*.so* $fs/usr/lib
24 }