memtest86+: remove long_desc.
This commit is contained in:
parent
668dc247a1
commit
770a2f791a
1 changed files with 4 additions and 13 deletions
|
@ -1,29 +1,20 @@
|
|||
# Template file for 'memtest86+'
|
||||
pkgname=memtest86+
|
||||
version=4.20
|
||||
revision=2
|
||||
revision=3
|
||||
homepage="http://www.memtest.org"
|
||||
distfiles="http://www.memtest.org/download/$version/$pkgname-$version.tar.gz"
|
||||
short_desc="An Advanced Memory Diagnostic Tool"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="GPL-2"
|
||||
if [ "$XBPS_MACHINE" = "x86_64" ]; then
|
||||
makedepends="gcc-multilib"
|
||||
fi
|
||||
checksum=5630ce978d0e6b671891df4253fc5c54659764d0cdfc7515ac0df3d8dd9e8737
|
||||
long_desc="
|
||||
Memtest86+ scans your RAM for errors.
|
||||
|
||||
It can output a list of bad RAM regions usable by the BadRAM kernel patch,
|
||||
so that you can still use you old RAM with one or two bad bits.
|
||||
|
||||
Memtest86+ is based on memtest86 3.0, and adds support for recent hardware,
|
||||
as well as a number of general-purpose improvements, including many patches
|
||||
to memtest86 available from various sources."
|
||||
|
||||
only_for_archs="i686 x86_64"
|
||||
nostrip=yes
|
||||
noverifyrdeps=yes
|
||||
if [ "$XBPS_MACHINE" = "x86_64" ]; then
|
||||
makedepends="gcc-multilib"
|
||||
fi
|
||||
|
||||
do_build() {
|
||||
make ${makejobs}
|
||||
|
|
Loading…
Reference in a new issue