aports/testing/csmith/APKBUILD
2021-07-19 13:40:59 -03:00

41 lines
1.2 KiB
Plaintext

# Maintainer: Daniel Sabogal <dsabogalcc@gmail.com>
pkgname=csmith
pkgver=2.3.0
pkgrel=0
pkgdesc="Tool for generating random C programs"
url="https://embed.cs.utah.edu/csmith/"
arch="all"
license="BSD-2-Clause"
makedepends="m4"
subpackages="$pkgname-doc"
options="!check" # no test suite
source="https://embed.cs.utah.edu/csmith/csmith-$pkgver.tar.gz
support-ppc64le.patch
fix-s390x-read_time.patch
"
prepare() {
default_prepare
update_config_guess
update_config_sub
}
build() {
./configure \
--build=$CBUILD \
--host=$CHOST \
--prefix=/usr
make
}
package() {
make DESTDIR="$pkgdir" install
# scripts depend on source tree to be available
rm "$pkgdir"/usr/bin/*.pl "$pkgdir"/usr/bin/*.in
}
sha512sums="abab6ace0fa6b1be248c3ffbac7069bcadbad7b7af5673660849c8bebf84de040afcf527b2fefbbcb68b9164a43e08684c147496fb2b25bbffef7495dba39041 csmith-2.3.0.tar.gz
eb91f89577b583b4a6200ae4b804577217ff71c5dfa956ac28b64a3556cdafec2c43a231770d68f2a50737a78f8e5981f6ceeed1e90c49d4218fde6a7b302c6c support-ppc64le.patch
a81623231bc917166a49370f3a3a48f4dd4f7a1b1573548c110e6aad31be64fadbf509c595c15c1ccedb881a735dac4e15a6a32385524c1eaa04a87eb6523fe7 fix-s390x-read_time.patch"