wok view libhtp-dev/receipt @ rev 20130

Up slitaz-boot-scripts (446)
author Richard Dunbar <mojo@slitaz.org>
date Fri Oct 27 12:29:47 2017 -0400 (2017-10-27)
parents 8f447cf2eee5
children 6ece78e52e38
line source
1 # SliTaz package receipt.
3 PACKAGE="libhtp-dev"
4 VERSION="0.2.6"
5 CATEGORY="development"
6 SHORT_DESC="SLibhtp dev files."
7 MAINTAINER="erjo@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://www.openinfosecfoundation.org"
10 WANTED="libhtp"
12 DEPENDS="libhtp pkg-config"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib
18 cp -a $install/usr/lib/*.*a $fs/usr/lib
19 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
20 cp -a $install/usr/include $fs/usr
21 }