diff --git a/memtest86+/.footprint b/memtest86+/.footprint new file mode 100644 index 000000000..ff66f8fcd --- /dev/null +++ b/memtest86+/.footprint @@ -0,0 +1,2 @@ +drwxr-xr-x root/root boot/ +-rw-r--r-- root/root boot/memtest.bin diff --git a/memtest86+/.md5sum b/memtest86+/.md5sum new file mode 100644 index 000000000..4aa1658a3 --- /dev/null +++ b/memtest86+/.md5sum @@ -0,0 +1 @@ +b3a18166532ae84aea20425c83626651 memtest86+-1.65.tar.gz diff --git a/memtest86+/Pkgfile b/memtest86+/Pkgfile new file mode 100644 index 000000000..0d194cb45 --- /dev/null +++ b/memtest86+/Pkgfile @@ -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 +}