void-packages/srcpkgs/xbps/xbps-static.template

18 lines
393 B
Plaintext
Raw Normal View History

# Template file for 'xbps-static'.
#
2010-10-31 01:38:59 +02:00
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."
revision=1
replaces="xbps-static>=0"
2011-07-08 09:01:08 +02:00
do_install()
{
2011-07-08 09:01:08 +02:00
vmove usr/include usr
vmove "sbin/*.static" sbin
vmove "lib/*.a" usr/lib
}