memtest86+: initial import
This commit is contained in:
parent
3ca531f7fa
commit
35551cd4b5
2
memtest86+/.footprint
Normal file
2
memtest86+/.footprint
Normal file
@ -0,0 +1,2 @@
|
||||
drwxr-xr-x root/root boot/
|
||||
-rw-r--r-- root/root boot/memtest.bin
|
1
memtest86+/.md5sum
Normal file
1
memtest86+/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
b3a18166532ae84aea20425c83626651 memtest86+-1.65.tar.gz
|
15
memtest86+/Pkgfile
Normal file
15
memtest86+/Pkgfile
Normal file
@ -0,0 +1,15 @@
|
||||
# Description: Advanced memory diagnostic tool
|
||||
# URL: http://www.memtest.org/
|
||||
# Maintainer: Mark Rosenstand, mark at borkware dot net
|
||||
|
||||
name=memtest86+
|
||||
version=1.65
|
||||
release=1
|
||||
source=(http://www.memtest.org/download/$version/memtest86+-$version.tar.gz)
|
||||
|
||||
build() {
|
||||
cd memtest86+-$version
|
||||
make memtest.bin
|
||||
install -d $PKG/boot
|
||||
install -m 644 memtest.bin $PKG/boot
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user