mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
removed aur/mtd-utils
This commit is contained in:
parent
1d16c9d362
commit
7957bfebba
1 changed files with 0 additions and 26 deletions
|
@ -1,26 +0,0 @@
|
|||
# Contributor: Phil Pirozhkov <pirjsuka@gmail.com>
|
||||
# Maintainer: Phil Pirozhkov <pirjsuka@gmail.com>
|
||||
pkgname=mtd-utils
|
||||
pkgver=1.5.0
|
||||
pkgrel=2
|
||||
pkgdesc="The mtd-utils package contains utilities related to handling MTD devices, and for dealing with FTL, NFTL JFFS2 etc."
|
||||
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)
|
||||
|
||||
build() {
|
||||
cd "$srcdir/$pkgname-$pkgver"
|
||||
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "$srcdir/$pkgname-$pkgver"
|
||||
|
||||
make DESTDIR="$pkgdir/" install
|
||||
}
|
||||
|
||||
# vim:set ts=2 sw=2 et:
|
Loading…
Reference in a new issue