-
- # Maintainer: M.Carreira <manuel@carreira.com.pt>
- pkgname=mindi-busybox
- pkgver=1.18.5
- pkgrel=3
- pkgdesc="This package provides a busybox version suited for Mindi"
- arch=('i686' 'x86_64')
- url="http://www.mondorescue.org/"
- license=('GPL')
- depends=(gcc)
- changelog=ChangeLog
-
- #There are two official mirrors. If one is not working try the other. The muskokamug.org seems faster.
- source=(ftp://ftp.mondorescue.org/src/$pkgname-$pkgver.tar.gz shell_common.patch)
- #source=(http://mondorescue.muskokamug.org/src/$pkgname-$pkgver.tar.gz)
- md5sums=('c4203f465a7c491538f5156f0d95ba88' '5d9319df3eeab32fefa40b2724d27568')
-
- build() {
- cd "$srcdir/$pkgname-$pkgver"
- patch -p1 < $srcdir/shell_common.patch
- make oldconfig
- make busybox
- make CONFIG_PREFIX=$pkgdir/usr/lib/mindi/rootfs install
- }
-