busybox: update to 1.19.4.
This commit is contained in:
parent
2156f564e5
commit
25c65b1168
|
@ -1,13 +1,12 @@
|
|||
# Build template for 'busybox'.
|
||||
pkgname=busybox
|
||||
version=1.19.3
|
||||
revision=1
|
||||
version=1.19.4
|
||||
homepage="http://www.busybox.net"
|
||||
distfiles="${homepage}/downloads/busybox-$version.tar.bz2"
|
||||
short_desc="The Swiss Army Knife of Embedded Linux"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="GPL-2"
|
||||
checksum=a1a9a35732c719ef384f02b6e357c324d8be25bc154af91a48c4264b1e6038f0
|
||||
checksum=9b853406da61ffb59eb488495fe99cbb7fb3dd29a31307fcfa9cf070543710ee
|
||||
long_desc="
|
||||
BusyBox combines tiny versions of many common UNIX utilities into a single
|
||||
small executable. It provides replacements for most of the utilities you
|
||||
|
@ -30,6 +29,4 @@ do_install() {
|
|||
# Create /usr/bin/vi symlink for base.
|
||||
vmkdir usr/bin
|
||||
cd ${DESTDIR}/usr/bin && ln -sf ../../bin/busybox vi
|
||||
# Create /bin/eject symlink for base.
|
||||
cd ${DESTDIR}/bin && ln -sf busybox eject
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue