mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
xbps-devel: move headers into -static subpkg.
--HG-- extra : convert_revision : fb3efd1d5e432a2c8c8aa184a659b5a36a7aff5e
This commit is contained in:
parent
8b78d679e4
commit
2612230774
2 changed files with 9 additions and 5 deletions
|
@ -16,12 +16,15 @@ replaces="xbps"
|
||||||
nofetch=yes
|
nofetch=yes
|
||||||
noextract=yes
|
noextract=yes
|
||||||
|
|
||||||
Add_dependency full glibc
|
Add_dependency run glibc
|
||||||
Add_dependency full libarchive
|
Add_dependency run libarchive
|
||||||
Add_dependency full proplib
|
Add_dependency run proplib
|
||||||
Add_dependency full openssl
|
Add_dependency run openssl
|
||||||
Add_dependency build bzr
|
Add_dependency build bzr
|
||||||
Add_dependency build asciidoc
|
Add_dependency build asciidoc
|
||||||
|
Add_dependency build libarchive-devel
|
||||||
|
Add_dependency build proplib-devel
|
||||||
|
Add_dependency build openssl-devel
|
||||||
|
|
||||||
do_fetch()
|
do_fetch()
|
||||||
{
|
{
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Template file for 'bzip2-devel'.
|
# Template file for 'xbps-devel-static'.
|
||||||
#
|
#
|
||||||
short_desc="${sourcepkg} static binaries"
|
short_desc="${sourcepkg} static binaries"
|
||||||
long_desc="${long_desc}
|
long_desc="${long_desc}
|
||||||
|
@ -11,6 +11,7 @@ replaces="xbps-static"
|
||||||
do_install()
|
do_install()
|
||||||
{
|
{
|
||||||
mkdir -p ${DESTDIR}/sbin ${DESTDIR}/usr/lib
|
mkdir -p ${DESTDIR}/sbin ${DESTDIR}/usr/lib
|
||||||
|
mv ${SRCPKGDESTDIR}/include ${DESTDIR}/usr/include
|
||||||
mv ${SRCPKGDESTDIR}/sbin/*.static ${DESTDIR}/sbin
|
mv ${SRCPKGDESTDIR}/sbin/*.static ${DESTDIR}/sbin
|
||||||
mv ${SRCPKGDESTDIR}/lib/*.a ${DESTDIR}/usr/lib
|
mv ${SRCPKGDESTDIR}/lib/*.a ${DESTDIR}/usr/lib
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue