wok view dhcp-dev/receipt @ rev 17231
add post_install to some icon themes (for qt4)
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Thu Oct 16 19:38:39 2014 +0000 (2014-10-16) |
parents | c490d846d349 |
children | a1d1bad5f192 |
line source
1 # SliTaz package receipt.
3 PACKAGE="dhcp-dev"
4 VERSION="4.2.2"
5 CATEGORY="development"
6 SHORT_DESC="Dynamic Host Configuration Protocol development files."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="ISC"
9 WEB_SITE="http://www.isc.org/products/DHCP/"
10 WANTED="dhcp"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr
16 cp -a $install/usr/lib $fs/usr
17 cp -a $install/usr/include $fs/usr
18 }