wok view libdaq-dev/receipt @ rev 23866

Up: parole (0.5.4)
author Richard Dunbar <mojo@slitaz.org>
date Fri Jun 19 20:32:02 2020 -0400 (2020-06-19)
parents a78610b2eb47
children a4f828dcc860
line source
1 # SliTaz package receipt.
3 PACKAGE="libdaq-dev"
4 VERSION="2.0.6"
5 CATEGORY="development"
6 SHORT_DESC="Development files for libdaq."
7 MAINTAINER="slaxemulator@gmail.com"
8 LICENSE="GPL2"
9 WEB_SITE="https://www.snort.org/"
11 DEPENDS="libdaq"
12 WANTED="libdaq"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib/daq
19 cp -a $install/usr/bin $fs/usr
20 cp -a $install/usr/include $fs/usr
21 cp -a $install/usr/lib/*.*a $fs/usr/lib
22 cp -a $install/usr/lib/daq/*.*a $fs/usr/lib/daq/
23 }