void-packages/srcpkgs/busybox-initramfs/template
2011-01-26 13:08:33 +01:00

33 lines
1.2 KiB
Text

# Build template for 'busybox-initramfs'.
pkgname=busybox-initramfs
version=1.18.2
wrksrc=busybox-$version
distfiles="http://www.busybox.net/downloads/busybox-$version.tar.bz2"
build_style=custom-install
short_desc="The Swiss Army Knife of Embedded Linux for initial ramdisks"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=aa7e1cec8cd9c7f4e56098b9e4bb2ab5d593d5a35f766ad9e6a312289bf57080
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
usually find in GNU fileutils, shellutils, etc. The utilities in BusyBox
generally have fewer options than their full-featured GNU cousins; however,
the options that are included provide the expected functionality and behave
very much like their GNU counterparts. BusyBox provides a fairly complete
environment for any small or embedded system.
This package provides some required utilities for the initial ramdisks."
base_chroot=yes
Add_dependency run glibc
do_build()
{
cp -f ${FILESDIR}/dotconfig ${wrksrc}/.config
make ${makejobs}
}
do_install()
{
make CONFIG_PREFIX=${DESTDIR}/usr/lib/${pkgname} install
}