mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
memtest86+: update to 5.01.
This commit is contained in:
parent
7bc5801bba
commit
f1d6714b03
1 changed files with 9 additions and 4 deletions
|
@ -1,23 +1,28 @@
|
||||||
# Template file for 'memtest86+'
|
# Template file for 'memtest86+'
|
||||||
pkgname=memtest86+
|
pkgname=memtest86+
|
||||||
version=4.20
|
version=5.01
|
||||||
revision=3
|
revision=1
|
||||||
homepage="http://www.memtest.org"
|
homepage="http://www.memtest.org"
|
||||||
distfiles="http://www.memtest.org/download/$version/$pkgname-$version.tar.gz"
|
distfiles="http://www.memtest.org/download/$version/$pkgname-$version.tar.gz"
|
||||||
short_desc="An Advanced Memory Diagnostic Tool"
|
short_desc="An Advanced Memory Diagnostic Tool"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
checksum=5630ce978d0e6b671891df4253fc5c54659764d0cdfc7515ac0df3d8dd9e8737
|
checksum=142127b7953fbd829b1057fb64a78d3340c2b771484230a7347e94530a0d9039
|
||||||
|
|
||||||
only_for_archs="i686 x86_64"
|
only_for_archs="i686 x86_64"
|
||||||
nostrip=yes
|
nostrip=yes
|
||||||
noverifyrdeps=yes
|
noverifyrdeps=yes
|
||||||
|
|
||||||
if [ "$XBPS_MACHINE" = "x86_64" ]; then
|
if [ "$XBPS_MACHINE" = "x86_64" ]; then
|
||||||
makedepends="gcc-multilib"
|
makedepends="gcc-multilib"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
pre_build() {
|
||||||
|
sed '/scp memtest.*/d' -i Makefile
|
||||||
|
}
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
make ${makejobs}
|
make
|
||||||
}
|
}
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue