updated on Thu Jan 5 13:17:10 UTC 2012
[aur-mirror.git] / mtd-utils / PKGBUILD
bloba51211c576955e532d7d6588062e3eca97f41c29
1 # Contributor: <fedor@yu.wildpark.net>
2 # Maintainer: Robert Orzanna <orschiro@googlemail.com>
3 pkgname=mtd-utils
4 pkgver=1.4.6
5 pkgrel=1
6 pkgdesc="The mtd-utils package contains utilities related to handling MTD devices, and for dealing with FTL, NFTL JFFS2 etc."
7 arch=('i686' 'x86_64')
8 depends=('lzo2' 'util-linux')
9 url="http://www.linux-mtd.infradead.org/"
10 license=('GPLv2+')
11 md5sums=('a0418afcf6026824a5fa5e9051793f3c')
12 source=(ftp://ftp.infradead.org/pub/mtd-utils/${pkgname}-${pkgver}.tar.bz2)
14 build() {
15   cd "$srcdir/$pkgname-$pkgver"
17   make || return 1
18   make DESTDIR="$pkgdir/" install
21 # vim:set ts=2 sw=2 et: