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

21 lines
462 B
Text
Raw Normal View History

# Template file for 'xbps-devel-static'.
#
short_desc="${sourcepkg} static binaries"
long_desc="${long_desc}
This package contains the static binaries and library, that can be
used on any GNU/Linux distribution matching the architecture."
provides="xbps-static-9999"
replaces="xbps-static>=0"
Add_dependency run xbps-triggers
do_install()
{
vmove usr/include usr
vmove "sbin/*.static" sbin
2012-01-18 10:35:25 +00:00
vmove "usr/lib/*.a" usr/lib
vmove usr/lib/pkgconfig usr/lib
}