diff --git a/srcpkgs/memtester/template b/srcpkgs/memtester/template index bc49efec536..d3bc9fb305c 100644 --- a/srcpkgs/memtester/template +++ b/srcpkgs/memtester/template @@ -1,24 +1,19 @@ # Template file for 'memtester' pkgname=memtester version=4.3.0 -revision=1 -short_desc="Userspace utility for testing the memory subsystem for faults." -maintainer="Orphaned " -license="GPL-" +revision=2 +build_style=gnu-makefile +short_desc="Userspace utility for testing the memory subsystem for faults" +maintainer="cr6git " +license="GPL-2.0-or-later" homepage="http://pyropus.ca/software/memtester" +changelog="http://pyropus.ca/software/memtester/CHANGELOG" distfiles="http://pyropus.ca/software/memtester/old-versions/memtester-${version}.tar.gz" checksum=f9dfe2fd737c38fad6535bbab327da9a21f7ce4ea6f18c7b3339adef6bf5fd88 -do_configure() { +pre_build() { sed -i -e "s|^cc|$CC|" -e "s|-c|${CFLAGS} -c|" conf-cc sed -i -e "s|^cc|$CC|" -e "s|-s|${LDFLAGS} -s|" conf-ld -} - -do_build() { - make -} - -do_install() { - vbin memtester - vman memtester.8 + sed -i -e "s|/usr/local|${DESTDIR}/usr|" \ + -e "s|man/man8|share/man/man8|" Makefile }