wok-6.x annotate dhcp-dev/receipt @ rev 23164
updated mapserver (7.4.0 -> 7.4.3)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Mar 17 15:05:55 2020 +0100 (2020-03-17) |
parents | f1e92a9bbf08 |
children | 25f321eee88e |
rev | line source |
---|---|
pascal@1338 | 1 # SliTaz package receipt. |
pascal@1338 | 2 |
pascal@1338 | 3 PACKAGE="dhcp-dev" |
Hans-G?nter@22733 | 4 VERSION="4.4.2" |
pascal@1338 | 5 CATEGORY="development" |
Hans-G?nter@22733 | 6 SHORT_DESC="Dynamic Host Configuration Protocol - development files." |
pascal@1338 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@15579 | 8 LICENSE="ISC" |
Hans-G?nter@22733 | 9 WEB_SITE="https://www.isc.org/dhcp/" |
Hans-G?nter@20825 | 10 |
pascal@1338 | 11 WANTED="dhcp" |
pascal@1338 | 12 |
pascal@1338 | 13 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@1338 | 14 genpkg_rules() |
pascal@1338 | 15 { |
pascal@1338 | 16 mkdir -p $fs/usr |
Hans-G?nter@22733 | 17 |
Hans-G?nter@22733 | 18 cp -a $install/usr/lib $fs/usr |
Hans-G?nter@22733 | 19 cp -a $install/usr/include $fs/usr |
pascal@1338 | 20 } |