2009-10-06 23:13:05 +02:00
|
|
|
# Build template for 'busybox-initramfs'.
|
2009-01-30 01:28:50 +01:00
|
|
|
pkgname=busybox-initramfs
|
2009-10-06 23:13:05 +02:00
|
|
|
version=1.15.1
|
2009-10-29 23:12:48 +01:00
|
|
|
revision=3
|
2009-01-30 01:28:50 +01:00
|
|
|
wrksrc=busybox-$version
|
|
|
|
distfiles="http://www.busybox.net/downloads/busybox-$version.tar.bz2"
|
2009-10-06 23:13:05 +02:00
|
|
|
build_style=gnu_makefile
|
|
|
|
make_install_args="
|
|
|
|
CONFIG_PREFIX=${XBPS_DESTDIR}/${pkgname}-${version}/usr/lib/${pkgname}"
|
2009-01-30 01:28:50 +01:00
|
|
|
short_desc="The Swiss Army Knife of Embedded Linux for initial ramdisks"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2009-10-06 23:13:05 +02:00
|
|
|
checksum=7f623cb0c9281aefafeacf3b4f925debc7516d263ff469a82e548da415e575cd
|
2009-01-30 01:28:50 +01:00
|
|
|
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."
|
|
|
|
|
2009-10-29 22:10:46 +01:00
|
|
|
base_chroot=yes
|
2009-10-06 23:13:05 +02:00
|
|
|
Add_dependency full glibc
|
2009-01-30 01:28:50 +01:00
|
|
|
|
2009-10-29 22:10:46 +01:00
|
|
|
pre_build()
|
2009-01-30 01:28:50 +01:00
|
|
|
{
|
2009-10-06 23:13:05 +02:00
|
|
|
cp -f ${XBPS_TEMPLATESDIR}/${pkgname}/dotconfig ${wrksrc}/.config
|
2009-01-30 01:28:50 +01:00
|
|
|
}
|