2010-01-13 19:41:47 +01:00
|
|
|
# Template file for 'xbps-devel-static'.
|
2009-11-26 04:26:31 +01:00
|
|
|
#
|
2012-10-02 11:59:14 +02:00
|
|
|
provides="xbps-static-${version}"
|
2012-07-06 16:59:20 +02:00
|
|
|
replaces="xbps-static>=0 xbps-devel-static>=0"
|
2012-05-23 18:26:56 +02:00
|
|
|
depends="xbps-triggers"
|
2009-11-26 04:26:31 +01:00
|
|
|
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."
|
|
|
|
|
2012-03-07 12:53:16 +01:00
|
|
|
do_install() {
|
|
|
|
vmove "usr/sbin/*.static" usr/sbin
|
2009-11-26 04:26:31 +01:00
|
|
|
}
|