wok view unbound-dev/receipt @ rev 25672

Up minidlna (1.3.3), phpmyadmin (5.2.1), pidgin (2.14.13), redis (7.2.4), rsync (3.2.7), rust (1.76.0), screen (4.9.1), squashfs (4.6.1), squid (6.7), stunnel (5.72), tcpdump (4.99.4)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Feb 26 14:07:44 2024 +0000 (3 months ago)
parents 35292b022843
children
line source
1 # SliTaz package receipt.
3 PACKAGE="unbound-dev"
4 VERSION="1.19.1"
5 CATEGORY="development"
6 SHORT_DESC="A validating, recursive, and caching DNS resolver, development files."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="BSD"
10 WEB_SITE="https://www.unbound.net/"
12 DEPENDS="unbound"
13 WANTED="unbound"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 mkdir -p $fs/usr/lib
20 cp -a $install//usr/include $fs/usr
21 cp -a $install/usr/lib/*a $fs/usr/lib
22 }