void-packages/srcpkgs/xbps/xbps-static.template
2012-01-06 02:25:59 -07:00

19 lines
426 B
Plaintext

# Template file for 'xbps-static'.
#
revision=1
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"
Add_dependency run xbps-triggers
do_install()
{
vmove usr/include usr
vmove "sbin/*.static" sbin
vmove "lib/*.a" usr/lib
}