New fixed mtd-utils with fixed mkfs.ubifs

This commit is contained in:
Mike Staszel 2010-11-02 22:47:36 -05:00
parent 39a8d7cced
commit 66fdae9390

View file

@ -1,19 +1,20 @@
# Maintainer: Mike Staszel <mikestaszel@gmail.com>
# Package built natively on SheevaPlug
# Contributor: <fedor@yu.wildpark.net>
# Plugbox changes: Package from AUR, bumped to 1.3.1
pkgname=mtd-utils
pkgver=20090606
pkgver=1.4.1
pkgrel=1
pkgdesc="Memory Technology Device Utilities"
pkgdesc="The mtd-utils package contains utilities related to handling MTD devices, and for dealing with FTL, NFTL JFFS2 etc."
arch=('arm')
license=('GPL2')
url="http://www.linux-mtd.infradead.org/"
depends=('coreutils' 'lzo2' 'zlib')
makedepends=()
source=(mtd-utils_20090606.tar.gz)
md5sums=('5cda2b1cf9c5d06fa7f97f0759266714')
license=('GPLv2+')
source=(ftp://ftp.infradead.org/pub/mtd-utils/${pkgname}-${pkgver}.tar.bz2)
md5sums=('0c223b9a2dd5fab9eb5edda708d60cac')
build() {
cd ${srcdir}/
cp -R ./usr ${pkgdir}/
cd "$srcdir/$pkgname-$pkgver"
make || return 1
make DESTDIR="$pkgdir/" install
}