2009-12-12 10:58:50 +00:00
|
|
|
# Template file for 'xbps-static'.
|
|
|
|
#
|
2012-05-23 16:26:56 +00:00
|
|
|
depends="xbps-triggers"
|
2012-11-23 09:43:18 +00:00
|
|
|
short_desc="${short_desc} - static binaries"
|
2011-07-08 13:27:34 +00:00
|
|
|
replaces="xbps-static>=0"
|
2011-07-08 07:01:08 +00:00
|
|
|
|
2012-02-06 13:16:46 +00:00
|
|
|
do_install() {
|
2012-04-06 07:54:40 +00:00
|
|
|
vmove "usr/sbin/*.static" usr/sbin
|
2009-12-12 10:58:50 +00:00
|
|
|
}
|