busybox: update to 1.19.4.

This commit is contained in:
Juan RP 2012-04-05 16:48:22 +02:00
parent 2156f564e5
commit 25c65b1168

View File

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