mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
MTD-Utils b1
This commit is contained in:
parent
aa741c0355
commit
3c7f466d7a
1 changed files with 19 additions and 0 deletions
19
core/mtd-utils/PKGBUILD
Normal file
19
core/mtd-utils/PKGBUILD
Normal file
|
@ -0,0 +1,19 @@
|
|||
# Maintainer: Mike Staszel <mikestaszel@gmail.com>
|
||||
# Package built natively on sheevaplug
|
||||
|
||||
pkgname=mtd-utils
|
||||
pkgver=20090606
|
||||
pkgrel=1
|
||||
pkgdesc="Memory Technology Device Utilities"
|
||||
arch=('arm')
|
||||
license=('GPL2')
|
||||
url="http://www.linux-mtd.infradead.org/"
|
||||
depends=('coreutils' 'lzo2' 'zlib')
|
||||
makedepends=()
|
||||
source=(http://ftp.us.debian.org/debian/pool/main/m/mtd-utils/mtd-utils_20090606-1_armel.deb)
|
||||
md5sums=('47a699cba3b551fc9165b765554c28e4')
|
||||
|
||||
build() {
|
||||
cd ${srcdir}/
|
||||
cp -R ./* ${pkgdir}/
|
||||
}
|
Loading…
Reference in a new issue