# SliTaz package receipt.

PACKAGE="libhtp"
VERSION="0.2.6"
CATEGORY="system-tools"
SHORT_DESC="Security-aware parser for the HTTP protocol."
MAINTAINER="erjo@slitaz.org"
WEB_SITE="http://www.openinfosecfoundation.org"
TARBALL="$PACKAGE-$VERSION.tar.gz"
WGET_URL="http://www.openinfosecfoundation.org/download/$TARBALL"

# Rules to configure and make the package.
compile_rules()
{
	cd $src
	./configure $CONFIGURE_ARGS && make && make install
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
	mkdir -p $fs/usr/lib
	cp -a $install/usr/lib/*.so* $fs/usr/lib
}