xbps-devel: renamed to xbps-git and add subpkgs.
This commit is contained in:
parent
57ae132d57
commit
714e3099d5
13 changed files with 64 additions and 13 deletions
14
srcpkgs/xbps-git/xbps-static-git.template
Normal file
14
srcpkgs/xbps-git/xbps-static-git.template
Normal file
|
@ -0,0 +1,14 @@
|
|||
# Template file for 'xbps-devel-static'.
|
||||
#
|
||||
provides="xbps-static-9999"
|
||||
replaces="xbps-static>=0 xbps-devel-static>=0"
|
||||
depends="xbps-triggers"
|
||||
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."
|
||||
|
||||
do_install() {
|
||||
vmove "usr/sbin/*.static" usr/sbin
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue