void-packages/srcpkgs/xbps-devel/xbps-devel-static.template
Juan RP e2169c9782 xbps{,-devel}: simplify.
--HG--
extra : convert_revision : b3ef6fe9a2c6e765a639a3910351ac23c5fcaa2f
2009-12-24 01:38:32 +01:00

16 lines
422 B
Text

# 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."
replaces="xbps-static"
do_install()
{
mkdir -p ${DESTDIR}/sbin ${DESTDIR}/usr/lib
mv ${SRCPKGDESTDIR}/sbin/*.static ${DESTDIR}/sbin
mv ${SRCPKGDESTDIR}/lib/*.a ${DESTDIR}/usr/lib
}