void-packages/srcpkgs/xbps/xbps-static.template
2010-10-31 01:38:59 +02:00

16 lines
471 B
Plaintext

# Template file for 'xbps-static'.
#
short_desc="${short_desc} - static binaries and development files"
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
}