mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 02:42:56 +02:00
New package: base-busybox, DO NOT INSTALL IT.
This commit is contained in:
parent
07df554a6e
commit
81a7bbcd4e
3 changed files with 1049 additions and 0 deletions
3
srcpkgs/base-busybox/base-busybox.rshlibs
Normal file
3
srcpkgs/base-busybox/base-busybox.rshlibs
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
libm.so.6
|
||||||
|
libc.so.6
|
||||||
|
libcrypt.so.1
|
1013
srcpkgs/base-busybox/files/dotconfig
Normal file
1013
srcpkgs/base-busybox/files/dotconfig
Normal file
File diff suppressed because it is too large
Load diff
33
srcpkgs/base-busybox/template
Normal file
33
srcpkgs/base-busybox/template
Normal file
|
@ -0,0 +1,33 @@
|
||||||
|
# Build template for 'base-busybox'.
|
||||||
|
pkgname=base-busybox
|
||||||
|
version=1.19.3
|
||||||
|
wrksrc="busybox-${version}"
|
||||||
|
homepage="http://www.busybox.net"
|
||||||
|
distfiles="${homepage}/downloads/busybox-$version.tar.bz2"
|
||||||
|
short_desc="The Swiss Army Knife of Embedded Linux - for base system"
|
||||||
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
license="GPL-2"
|
||||||
|
checksum=a1a9a35732c719ef384f02b6e357c324d8be25bc154af91a48c4264b1e6038f0
|
||||||
|
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."
|
||||||
|
|
||||||
|
provides="busybox-${version}"
|
||||||
|
replaces="busybox>=0"
|
||||||
|
|
||||||
|
Add_dependency build coreutils
|
||||||
|
Add_dependency build perl ">=0"
|
||||||
|
|
||||||
|
do_build() {
|
||||||
|
cp -f ${FILESDIR}/dotconfig .config
|
||||||
|
make ${makejobs}
|
||||||
|
}
|
||||||
|
|
||||||
|
do_install() {
|
||||||
|
make CONFIG_PREFIX=${DESTDIR} install
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue