void-packages/srcpkgs/unixbench/template

23 lines
586 B
Bash
Raw Normal View History

2016-10-25 17:56:36 +00:00
# Template file for 'unixbench'
pkgname=unixbench
2016-10-28 19:29:14 +00:00
version=5.1.3.20161028
2016-10-25 17:56:36 +00:00
revision=1
2016-10-28 19:29:14 +00:00
_commit=aeed2ba662a9220089aee33be4123481dab0b524
2016-10-25 17:56:36 +00:00
wrksrc="byte-$pkgname-$_commit"
build_wrksrc="UnixBench"
build_style=gnu-makefile
depends="perl"
short_desc="BYTE UNIX benchmark suite"
maintainer="Andrea Brancaleoni <miwaxe@gmail.com>"
license="GPL-2"
homepage="https://github.com/kdlucas/byte-unixbench"
distfiles="$homepage/archive/$_commit.tar.gz"
2016-10-28 19:29:14 +00:00
checksum=48e6ed4e705c86e5481ddf0c0d5ef2850f84a0da7050d438dbfe1052c81fd93f
2016-10-25 17:56:36 +00:00
patch_args="-p1"
2016-10-28 19:29:14 +00:00
do_build() {
export CFLAGS=$CFLAGS
make CC=$CC OPTON=
2016-10-25 17:56:36 +00:00
}