aboutsummaryrefslogtreecommitdiffstats
path: root/testing/csmith/APKBUILD
blob: d1cba970594a3d6c96f9c1c3faba111ae194ed62 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# 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"
depends=""
makedepends="m4"
subpackages="$pkgname-doc"
options="!check" # no test suite
source="https://embed.cs.utah.edu/csmith/$pkgname-$pkgver.tar.gz
	support-ppc64le.patch
	fix-s390x-read_time.patch
	"
builddir="$srcdir/$pkgname-$pkgver"

build() {
	cd "$builddir"
	./configure --prefix=/usr
	make
}

package() {
	cd "$builddir"
	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"