void-packages/srcpkgs/xbps/xbps-static.template
Juan RP ad5a884c98 xbps: update to 0.4.
--HG--
extra : convert_revision : 8f907521dc05ad8f812c3d4e896885228a3efa7a
2010-01-30 15:35:51 +01:00

16 lines
446 B
Plaintext

# Template file for 'xbps-static'.
#
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}/usr/include ${DESTDIR}/usr
mv ${SRCPKGDESTDIR}/sbin/*.static ${DESTDIR}/sbin
mv ${SRCPKGDESTDIR}/lib/*.a ${DESTDIR}/usr/lib
}