memtest86+: dropped

This commit is contained in:
Danny Rawlins 2016-09-10 16:32:06 +10:00
parent 00afa86856
commit acef2373cb
3 changed files with 0 additions and 18 deletions

View File

@ -1,2 +0,0 @@
drwxr-xr-x root/root boot/
-rw-r--r-- root/root boot/memtest.bin

View File

@ -1 +0,0 @@
43c5832baa919e1206e251e735cdee2d memtest86+-5.01.tar.gz

View File

@ -1,15 +0,0 @@
# Description: Advanced memory diagnostic tool.
# URL: http://www.memtest.org/
# Maintainer: Danny Rawlins, crux at romster dot me
# Packager: Mark Rosenstand, mark at borkware dot net
name=memtest86+
version=5.01
release=1
source=(http://www.memtest.org/download/$version/$name-$version.tar.gz)
build() {
cd $name-$version
make memtest.bin
install -m 0644 -D memtest.bin $PKG/boot/memtest.bin
}