16 lines
484 B
Text
16 lines
484 B
Text
|
# Template file for 'radamsa'
|
||
|
pkgname=radamsa
|
||
|
version=0.3
|
||
|
revision=1
|
||
|
build_style=gnu-makefile
|
||
|
short_desc="Test case generator for robustness testing"
|
||
|
maintainer="Ypnose <linuxienATlegtuxDOTorg>"
|
||
|
license="MIT"
|
||
|
homepage="https://code.google.com/p/ouspg/"
|
||
|
distfiles="https://ouspg.googlecode.com/files/${pkgname}-${version}.tar.gz"
|
||
|
checksum=17131a19fb28e5c97c28bf0b407a82744c251aa8aedfa507967a92438cd803be
|
||
|
|
||
|
pre_build() {
|
||
|
sed -i 's|bin/radamsa .seal-of-quality|bin/radamsa|g' Makefile
|
||
|
}
|