mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-16 22:22:12 +01:00
36 lines
1.1 KiB
Plaintext
36 lines
1.1 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"
|
|
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"
|