2010-01-13 18:41:47 +00:00
|
|
|
# Template file for 'xbps-devel-static'.
|
2009-11-26 03:26:31 +00: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."
|
|
|
|
|
2011-02-01 00:30:09 +00:00
|
|
|
provides="xbps-static-9999"
|
2011-01-12 16:17:43 +00:00
|
|
|
replaces="xbps-static>=0"
|
2011-10-17 16:29:12 +00:00
|
|
|
|
2011-07-11 08:24:18 +00:00
|
|
|
Add_dependency run xbps-triggers
|
2009-12-24 00:38:32 +00:00
|
|
|
|
2012-03-07 11:53:16 +00:00
|
|
|
do_install() {
|
2011-10-17 16:29:12 +00:00
|
|
|
vmove usr/include usr
|
2012-03-07 11:53:16 +00:00
|
|
|
vmove "usr/sbin/*.static" usr/sbin
|
2012-01-18 10:35:25 +00:00
|
|
|
vmove "usr/lib/*.a" usr/lib
|
2012-01-18 03:47:45 +00:00
|
|
|
vmove usr/lib/pkgconfig usr/lib
|
2009-11-26 03:26:31 +00:00
|
|
|
}
|