wok view unbound-dev/receipt @ rev 19873
linld/tazboot: fix 286 case
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Mar 31 09:17:01 2017 +0200 (2017-03-31) |
parents | |
children | bff282a27539 |
line source
1 # SliTaz package receipt.
3 PACKAGE="unbound-dev"
4 VERSION="1.5.7"
5 CATEGORY="development"
6 SHORT_DESC="A validating, recursive, and caching DNS resolver, development files."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="BSD"
9 WEB_SITE="https://www.unbound.net/"
10 WANTED="unbound"
12 DEPENDS="unbound"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib
18 cp -a $install//usr/include $fs/usr
19 cp -a $install/usr/lib/*a $fs/usr/lib
20 }