radamsa: update to 0.5.

This commit is contained in:
Leah Neukirchen 2017-02-11 16:07:06 +01:00
parent 2f6bb3a8d2
commit 30db88f831

View file

@ -1,16 +1,18 @@
# Template file for 'radamsa'
pkgname=radamsa
version=0.3
revision=2
version=0.5
revision=1
build_style=gnu-makefile
short_desc="Test case generator for robustness testing"
maintainer='Juan RP <xtraeme@voidlinux.eu>'
maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="MIT"
homepage="https://code.google.com/p/ouspg/"
distfiles="https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/ouspg/${pkgname}-${version}.tar.gz"
checksum=17131a19fb28e5c97c28bf0b407a82744c251aa8aedfa507967a92438cd803be
homepage="https://github.com/aoh/radamsa"
distfiles="https://github.com/aoh/${pkgname}/releases/download/v${version}/${pkgname}-${version}.tar.gz"
checksum=e21a86aa6dca7e4619085fc60fb664d0a1bd067ca6ebfbcb16ab2d57c8854cb4
post_extract() {
sed -i 's|bin/radamsa .seal-of-quality|bin/radamsa|g' Makefile
sed -i '/CC.*-o/s/$/ $(LDFLAGS)/' Makefile
}
post_install() {
vlicense LICENCE
}