void-packages/srcpkgs/base-system-live-busybox/template

37 lines
1.4 KiB
Text
Raw Normal View History

# Build template for 'base-system-live-busybox'.
pkgname=base-system-live-busybox
version=1.20.1
wrksrc="busybox-${version}"
homepage="http://www.busybox.net"
distfiles="${homepage}/downloads/busybox-$version.tar.bz2"
makedepends="perl"
replaces="base-busybox>=0"
conflicts="base-system>=0"
revision=1
short_desc="The Swiss Army Knife of Embedded Linux - for base-system-live"
maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-2"
checksum=3e515d8abefd8583ebabffdcfccecb3b8deacf2cef7c69ab1d8755a012ec68c9
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 is only meant to be installed by vmklive utility and shall
not be installed into a running system."
do_build() {
cp -f ${FILESDIR}/dotconfig .config
make ${makejobs}
}
do_install() {
make CONFIG_PREFIX=${DESTDIR} install
vinstall ${FILESDIR}/udhcpc@.service 644 lib/systemd/system
vinstall ${FILESDIR}/udhcpc-default.script 755 usr/share/udhcpc default.script
}