forked from ports/contrib
memtest86+: taken over maintainership
This commit is contained in:
parent
5c6fd2737b
commit
9ddfe62ecf
@ -1,6 +1,8 @@
|
||||
# Description: Advanced memory diagnostic tool
|
||||
# URL: http://www.memtest.org/
|
||||
# Maintainer: Mark Rosenstand, mark at borkware dot net
|
||||
# Description: Advanced memory diagnostic tool.
|
||||
# URL: http://www.memtest.org/
|
||||
# Maintainer: Danny Rawlins, romster at shortcircuit dot net dot au
|
||||
# Packager: Mark Rosenstand, mark at borkware dot net
|
||||
# Depends on:
|
||||
|
||||
name=memtest86+
|
||||
version=1.70
|
||||
@ -10,6 +12,6 @@ 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
|
||||
install -D -m 0644 memtest.bin $PKG/boot/memtest.bin
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user