1 # Contributor: <fedor@yu.wildpark.net>
2 # Maintainer: Robert Orzanna <orschiro@googlemail.com>
6 pkgdesc="The mtd-utils package contains utilities related to handling MTD devices, and for dealing with FTL, NFTL JFFS2 etc."
8 depends=('lzo2' 'util-linux')
9 url="http://www.linux-mtd.infradead.org/"
11 md5sums=('a0418afcf6026824a5fa5e9051793f3c')
12 source=(ftp://ftp.infradead.org/pub/mtd-utils/${pkgname}-${pkgver}.tar.bz2)
15 cd "$srcdir/$pkgname-$pkgver"
18 make DESTDIR="$pkgdir/" install
21 # vim:set ts=2 sw=2 et: