New package: s6-networking-2.1.0.2
This commit is contained in:
parent
b5076cc0b5
commit
54feb2b7d4
3 changed files with 38 additions and 0 deletions
1
srcpkgs/s6-networking-devel
Symbolic link
1
srcpkgs/s6-networking-devel
Symbolic link
|
@ -0,0 +1 @@
|
|||
s6-networking
|
1
srcpkgs/s6-networking-doc
Symbolic link
1
srcpkgs/s6-networking-doc
Symbolic link
|
@ -0,0 +1 @@
|
|||
s6-networking
|
36
srcpkgs/s6-networking/template
Normal file
36
srcpkgs/s6-networking/template
Normal file
|
@ -0,0 +1,36 @@
|
|||
# Template file for 's6-networking'
|
||||
pkgname=s6-networking
|
||||
version=2.1.0.2
|
||||
revision=1
|
||||
build_pie=yes
|
||||
build_style=gnu-configure
|
||||
makedepends="execline-devel skalibs-devel s6-devel s6-dns-devel"
|
||||
configure_args="--libdir=/usr/lib"
|
||||
short_desc="Suite of small network utilities 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=47393fb5cd6675e8a220d93ec452618d289f5ecd8e5c6572c6bc699e351f4cc9
|
||||
|
||||
post_install() {
|
||||
vlicense COPYING
|
||||
vdoc README
|
||||
vcopy "doc/*" usr/share/doc/${pkgname}
|
||||
}
|
||||
|
||||
s6-networking-doc_package() {
|
||||
noarch=yes
|
||||
short_desc+=" - documentation"
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
pkg_install() {
|
||||
vmove usr/share/doc
|
||||
}
|
||||
}
|
||||
s6-networking-devel_package() {
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/*.a
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue