# Contributor: # Plugbox changes: Package from AUR, bumped to 1.4.1 pkgname=mtd-utils pkgver=1.4.1 pkgrel=1 plugrel=1 pkgdesc="The mtd-utils package contains utilities related to handling MTD devices, and for dealing with FTL, NFTL JFFS2 etc." arch=('arm') url="http://www.linux-mtd.infradead.org/" license=('GPLv2+') source=(ftp://ftp.infradead.org/pub/mtd-utils/${pkgname}-${pkgver}.tar.bz2) md5sums=('0c223b9a2dd5fab9eb5edda708d60cac') build() { cd "$srcdir/$pkgname-$pkgver" make || return 1 make DESTDIR="$pkgdir/" install }