2009-12-12 11:58:50 +01:00
|
|
|
# Template file for 'xbps-static'.
|
|
|
|
#
|
2010-10-31 01:38:59 +02:00
|
|
|
short_desc="${short_desc} - static binaries and development files"
|
2009-12-12 11:58:50 +01:00
|
|
|
long_desc="${long_desc}
|
|
|
|
|
|
|
|
This package contains the static binaries and library, that can be
|
|
|
|
used on any GNU/Linux distribution matching the architecture."
|
|
|
|
|
2011-07-08 15:27:34 +02:00
|
|
|
replaces="xbps-static>=0"
|
2011-07-11 10:22:21 +02:00
|
|
|
Add_dependency run xbps-triggers
|
2011-07-08 09:01:08 +02:00
|
|
|
|
2012-02-06 14:16:46 +01:00
|
|
|
do_install() {
|
2011-07-08 09:01:08 +02:00
|
|
|
vmove usr/include usr
|
|
|
|
vmove "sbin/*.static" sbin
|
2012-02-06 14:16:46 +01:00
|
|
|
vmove "usr/lib/*.a" usr/lib
|
|
|
|
vmove usr/lib/pkgconfig usr/lib
|
2009-12-12 11:58:50 +01:00
|
|
|
}
|