New package: s6-dns-2.0.0.5

This commit is contained in:
lemmi 2015-09-27 17:04:11 +02:00
parent e3f074ac7f
commit b5076cc0b5
3 changed files with 38 additions and 0 deletions

1
srcpkgs/s6-dns-devel Symbolic link
View file

@ -0,0 +1 @@
s6-dns/

1
srcpkgs/s6-dns-doc Symbolic link
View file

@ -0,0 +1 @@
s6-dns/

36
srcpkgs/s6-dns/template Normal file
View file

@ -0,0 +1,36 @@
# Template file for 's6-dns'
pkgname=s6-dns
version=2.0.0.5
revision=1
build_pie=yes
build_style=gnu-configure
makedepends="execline-devel skalibs-devel"
configure_args="--libdir=/usr/lib"
short_desc="Suite of DNS client programs and libraries for Unix systems"
maintainer="lemmi <lemmi@nerd2nerd.org>"
license="ISC"
homepage="http://skarnet.org/software/${pkgname}/"
distfiles="http://skarnet.org/software/${pkgname}/${pkgname}-${version}.tar.gz"
checksum=8ebadd0f38c2d117b2751d498dacc3882e9f05f631d46a7ab84d913ef93d631c
post_install() {
vlicense COPYING
vdoc README
vcopy "doc/*" usr/share/doc/${pkgname}
}
s6-dns-doc_package() {
noarch=yes
short_desc+=" - documentation"
depends="${sourcepkg}>=${version}_${revision}"
pkg_install() {
vmove usr/share/doc
}
}
s6-dns-devel_package() {
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/*.a
}
}