updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / mtd-utils_20090606 / PKGBUILD
blobe73f0aee1a815fac69470e0171e9fae2257c5f7c
1 # Contributor: <tuxsavvy-noms@yahoo.com.au>
2 pkgname=mtd-utils_20090606
3 pkgver=0
4 pkgrel=1
5 pkgdesc="The mtd-utils package contains utilities related to handling MTD devices, and for dealing with FTL, NFTL JFFS2 etc. This package is only made for owners of Nokia N900 wishing to use the same mtd-utils version as per pre-made setup."
6 arch=(i686)
7 url="http://www.linux-mtd.infradead.org/"
8 license=('GPLv2+')
9 replaces=(mtd-utils)
10 source=(http://mtd-utils.sourcearchive.com/downloads/20090606/${pkgname}.orig.tar.gz)
12 build() {
13   cd "$srcdir/$pkgname"
15   make || return 1
16   make DESTDIR="$pkgdir/" install
19 # vim:set ts=2 sw=2 et:
20 md5sums=('29bd8ef4e7a159339c1c16fdd0468bc5')