void-packages/srcpkgs/xbps-devel/xbps-devel-static.template
Juan RP d83d845189 xbps-devel: add -static subpkg with static bins/lib.
--HG--
extra : convert_revision : 3a916f3cc083f131410133bab05f0c25393df81c
2009-11-26 04:26:31 +01:00

15 lines
398 B
Plaintext

# Template file for 'bzip2-devel'.
#
short_desc="${sourcepkg} static binaries"
long_desc="${long_desc}
This package contains the static binaries and library, that can be
used on any GNU/Linux distribution matching the architecture."
do_install()
{
mkdir -p ${DESTDIR}/sbin ${DESTDIR}/usr/lib
mv ${SRCPKGDESTDIR}/sbin/*.static ${DESTDIR}/sbin
mv ${SRCPKGDESTDIR}/lib/*.a ${DESTDIR}/usr/lib
}