mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
19 lines
516 B
Bash
19 lines
516 B
Bash
|
# $Id: PKGBUILD 53352 2009-09-30 10:27:18Z tpowa $
|
||
|
#Maintainer: Tobias Powalowski <tpowa@archlinux.org>
|
||
|
|
||
|
pkgname=memtest86+
|
||
|
pkgver=4.00
|
||
|
pkgrel=1
|
||
|
pkgdesc="An advanced memory diagnostic tool"
|
||
|
arch=(any)
|
||
|
url="http://www.memtest.org"
|
||
|
license=('GPL2')
|
||
|
depends=()
|
||
|
source=(http://www.memtest.org/download/$pkgver/$pkgname-$pkgver.bin.gz)
|
||
|
install=memtest86+.install
|
||
|
|
||
|
build() {
|
||
|
install -m644 -D $startdir/src/$pkgname-$pkgver.bin $startdir/pkg/boot/memtest86+/memtest.bin
|
||
|
}
|
||
|
md5sums=('1ef8fa4d0a33f3cc0befaa42b054ee4a')
|