mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
move core/mtd-utils to aur, to 1.5.0-1
This commit is contained in:
parent
5fd9666ea7
commit
433239dbf1
1 changed files with 8 additions and 8 deletions
|
@ -1,17 +1,15 @@
|
|||
# Contributor: <fedor@yu.wildpark.net>
|
||||
|
||||
# Plugbox changes: Package from AUR, bumped to 1.4.1
|
||||
|
||||
# Contributor: Phil Pirozhkov <pirjsuka@gmail.com>
|
||||
# Maintainer: Phil Pirozhkov <pirjsuka@gmail.com>
|
||||
pkgname=mtd-utils
|
||||
pkgver=1.4.1
|
||||
pkgver=1.5.0
|
||||
pkgrel=1
|
||||
plugrel=1
|
||||
pkgdesc="The mtd-utils package contains utilities related to handling MTD devices, and for dealing with FTL, NFTL JFFS2 etc."
|
||||
arch=('arm')
|
||||
arch=('i686' 'x86_64')
|
||||
depends=('lzo2' 'util-linux')
|
||||
url="http://www.linux-mtd.infradead.org/"
|
||||
license=('GPLv2+')
|
||||
md5sums=('7332f1143be4ba8ee2de3096cbd3b03b')
|
||||
source=(ftp://ftp.infradead.org/pub/mtd-utils/${pkgname}-${pkgver}.tar.bz2)
|
||||
md5sums=('0c223b9a2dd5fab9eb5edda708d60cac')
|
||||
|
||||
build() {
|
||||
cd "$srcdir/$pkgname-$pkgver"
|
||||
|
@ -19,3 +17,5 @@ build() {
|
|||
make || return 1
|
||||
make DESTDIR="$pkgdir/" install
|
||||
}
|
||||
|
||||
# vim:set ts=2 sw=2 et:
|
Loading…
Reference in a new issue