busybox-initramfs: update to 1.15.1.

--HG--
extra : convert_revision : f740d98c4fded1429ffad836569e0576bf01dca6
This commit is contained in:
Juan RP 2009-10-06 23:13:05 +02:00
parent 285a4df5d6
commit a61c124302
2 changed files with 458 additions and 438 deletions

File diff suppressed because it is too large Load diff

View file

@ -1,11 +1,14 @@
# Build template for 'busybox-initramfs'.
pkgname=busybox-initramfs
version=1.13.2
version=1.15.1
wrksrc=busybox-$version
distfiles="http://www.busybox.net/downloads/busybox-$version.tar.bz2"
build_style=custom-install
build_style=gnu_makefile
make_install_args="
CONFIG_PREFIX=${XBPS_DESTDIR}/${pkgname}-${version}/usr/lib/${pkgname}"
short_desc="The Swiss Army Knife of Embedded Linux for initial ramdisks"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=927774408bd982dd246fb716bb2e646ab0708ce321b42c5e271dc98c1f5d1dc8
checksum=7f623cb0c9281aefafeacf3b4f925debc7516d263ff469a82e548da415e575cd
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
@ -17,14 +20,9 @@ long_desc="
This package provides some required utilities for the initial ramdisks."
run_depends="glibc-2.8"
Add_dependency full glibc
do_install()
pre_configure()
{
local bindir=$XBPS_DESTDIR/$pkgname-$version/usr/lib/initramfs-tools/bin
cp -v $XBPS_TEMPLATESDIR/$pkgname/dotconfig $wrksrc/.config
make || exit 1
install -v -d $bindir
install -v $wrksrc/busybox $bindir
cp -f ${XBPS_TEMPLATESDIR}/${pkgname}/dotconfig ${wrksrc}/.config
}