wok view libdaq-dev/receipt @ rev 19156
Add: Unetbootin 625 (again)
author | Leonardo Laporte <hackdorte@sapo.pt> |
---|---|
date | Wed May 25 12:16:11 2016 -0300 (2016-05-25) |
parents | 5b985a3d5093 |
children | a78610b2eb47 |
line source
1 # SliTaz package receipt.
3 PACKAGE="libdaq-dev"
4 VERSION="0.6.2"
5 CATEGORY="development"
6 SHORT_DESC="development files for libdaq"
7 MAINTAINER="slaxemulator@gmail.com"
8 LICENSE="GPL2"
9 WEB_SITE="http://www.snort.org/"
10 WANTED="libdaq"
12 DEPENDS="libdaq"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib/daq
18 cp -a $install/usr/bin $fs/usr
19 cp -a $install/usr/lib/*.*a $fs/usr/lib
20 cp -a $install/usr/lib/daq/*.*a $fs/usr/lib/daq/
21 cp -a $install/usr/include $fs/usr
22 }