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

19 lines
426 B
Text
Raw Normal View History

# Template file for 'xbps-static'.
#
2012-01-06 09:25:59 +00:00
revision=1
2010-10-30 23:38:59 +00: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"
Add_dependency run xbps-triggers
2011-07-08 07:01:08 +00:00
do_install()
{
2011-07-08 07:01:08 +00:00
vmove usr/include usr
vmove "sbin/*.static" sbin
vmove "lib/*.a" usr/lib
}