mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
17 lines
924 B
Plaintext
17 lines
924 B
Plaintext
PKG_NAME="busybox"
|
|
PKG_VERSION="1.18.1"
|
|
PKG_REV="1"
|
|
PKG_ARCH="any"
|
|
PKG_LICENSE="GPL"
|
|
PKG_SITE="http://www.busybox.net"
|
|
PKG_URL="http://busybox.net/downloads/$PKG_NAME-$PKG_VERSION.tar.bz2"
|
|
PKG_DEPENDS="grep bash hdparm"
|
|
PKG_BUILD_DEPENDS="toolchain busybox-hosttools"
|
|
PKG_PRIORITY="required"
|
|
PKG_SECTION="system"
|
|
PKG_SHORTDESC="BusyBox: The Swiss Army Knife of Embedded Linux"
|
|
PKG_LONGDESC="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."
|
|
PKG_IS_ADDON="no"
|
|
|
|
PKG_AUTORECONF="no"
|