mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
s6-rc: split to s6-rc-devel package
This commit is contained in:
parent
f19f9f9cf7
commit
c011159d66
2 changed files with 12 additions and 1 deletions
1
srcpkgs/s6-rc-devel
Symbolic link
1
srcpkgs/s6-rc-devel
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
s6-rc
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 's6-rc'
|
# Template file for 's6-rc'
|
||||||
pkgname=s6-rc
|
pkgname=s6-rc
|
||||||
version=0.5.0.0
|
version=0.5.0.0
|
||||||
revision=4
|
revision=5
|
||||||
build_style=configure
|
build_style=configure
|
||||||
configure_args="--prefix=/usr --libdir=/usr/lib --includedir=/usr/include
|
configure_args="--prefix=/usr --libdir=/usr/lib --includedir=/usr/include
|
||||||
--with-sysdeps=${XBPS_CROSS_BASE}/usr/lib/skalibs/sysdeps
|
--with-sysdeps=${XBPS_CROSS_BASE}/usr/lib/skalibs/sysdeps
|
||||||
|
@ -23,6 +23,16 @@ post_install() {
|
||||||
vcopy "examples/source/*" usr/share/examples/${pkgname}/
|
vcopy "examples/source/*" usr/share/examples/${pkgname}/
|
||||||
}
|
}
|
||||||
|
|
||||||
|
s6-rc-devel_package() {
|
||||||
|
archs=noarch
|
||||||
|
short_desc+=" - development files"
|
||||||
|
depends="${sourcepkg}>=${version}_${revision}"
|
||||||
|
pkg_install() {
|
||||||
|
vmove usr/include
|
||||||
|
vmove usr/lib/*.a
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
s6-rc-doc_package() {
|
s6-rc-doc_package() {
|
||||||
archs=noarch
|
archs=noarch
|
||||||
short_desc+=" - documentation"
|
short_desc+=" - documentation"
|
||||||
|
|
Loading…
Add table
Reference in a new issue