PKGBUILDs/core/mtd-utils/PKGBUILD

22 lines
564 B
Bash
Raw Normal View History

# Contributor: <fedor@yu.wildpark.net>
# Plugbox changes: Package from AUR, bumped to 1.4.1
2009-11-14 04:17:54 +00:00
pkgname=mtd-utils
pkgver=1.4.1
2009-11-14 04:17:54 +00:00
pkgrel=1
2011-01-07 06:14:59 +00:00
plugrel=1
pkgdesc="The mtd-utils package contains utilities related to handling MTD devices, and for dealing with FTL, NFTL JFFS2 etc."
2009-11-14 04:17:54 +00:00
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')
2009-11-14 04:17:54 +00:00
build() {
cd "$srcdir/$pkgname-$pkgver"
make || return 1
make DESTDIR="$pkgdir/" install
2009-11-14 04:17:54 +00:00
}