# package for busybox pkgname=busybox pkgver=1.00 pkgrel=3 pkgdesc="combines tiny versions of many common UNIX utilities into a single small executable" url="http://www.busybox.net" license="" depends=() makedepends=() conflicts=() replaces=() backup=() source=(http://www.busybox.net/downloads/$pkgname-$pkgver.tar.bz2 \ config) build() { cd $startdir/src/$pkgname-$pkgver cp ../config .config make || return 1 make PREFIX=$startdir/pkg install } md5sums=('5c7ea9b5d3b3677dfcdcec38b281a756' '17789fb45a71bd5ca22792bb2b9d253b')