1 # Maintainer: M.Carreira <manuel@carreira.com.pt>
5 pkgdesc="This package provides a busybox version suited for Mindi"
7 url="http://www.mondorescue.org/"
10 changelog=('ChangeLog')
12 #There are two official mirrors. If one is not working try the other. The muskokamug.org seems faster.
13 source=(ftp://ftp.mondorescue.org/src/$pkgname-$pkgver.tar.gz)
14 #source=(http://mondorescue.muskokamug.org/src/$pkgname-$pkgver.tar.gz)
15 md5sums=('c4203f465a7c491538f5156f0d95ba88')
18 cd "$srcdir/$pkgname-$pkgver"
19 make oldconfig || return 1
20 make busybox || return 1
21 make CONFIG_PREFIX=$pkgdir/usr/lib/mindi/rootfs install
24 # vim:set ts=2 sw=2 et: