mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
New fixed mtd-utils with fixed mkfs.ubifs
This commit is contained in:
parent
39a8d7cced
commit
66fdae9390
1 changed files with 12 additions and 11 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue