busybox: register 'awk, hostname, sh, vi' alternative groups.
This commit is contained in:
parent
9ce9d89c67
commit
5afcd5bcf5
|
@ -1,7 +1,7 @@
|
|||
# Build template for 'busybox'.
|
||||
pkgname=busybox
|
||||
version=1.24.1
|
||||
revision=2
|
||||
revision=3
|
||||
hostmakedepends="perl"
|
||||
short_desc="The Swiss Army Knife of Embedded Linux"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
|
@ -11,8 +11,12 @@ distfiles="${homepage}/downloads/busybox-$version.tar.bz2"
|
|||
checksum=37d03132cc078937360b392170b7a1d0e5b322eee9f57c0b82292a8b1f0afe3d
|
||||
|
||||
alternatives="
|
||||
awk:awk:/usr/bin/busybox
|
||||
hostname:hostname:/usr/bin/busybox
|
||||
sh:sh:/usr/bin/busybox
|
||||
ntpd:ntpd:/usr/bin/busybox
|
||||
ntpd:ntpd:/etc/sv/busybox-ntpd"
|
||||
ntpd:ntpd:/etc/sv/busybox-ntpd
|
||||
vi:vi:/usr/bin/busybox"
|
||||
|
||||
_cflags() {
|
||||
local t=$1
|
||||
|
|
Loading…
Reference in New Issue