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

15 lines
366 B
Plaintext
Raw Normal View History

# Template file for 'xbps-static'.
#
depends="xbps-triggers"
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."
replaces="xbps-static>=0"
2011-07-08 09:01:08 +02:00
2012-02-06 14:16:46 +01:00
do_install() {
2012-04-06 09:54:40 +02:00
vmove "usr/sbin/*.static" usr/sbin
}