wok-next view dhcp-dev/receipt @ rev 18925
description.txt should end with 0x0A byte (Carriage Return, Enter) to not glue with the next description in descriptions.txt.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Thu Feb 25 15:02:38 2016 +0200 (2016-02-25) |
parents | c490d846d349 |
children |
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 }