summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD16
-rwxr-xr-xcsmith.sh1
3 files changed, 7 insertions, 16 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 02a7f00a81c4..4de38643849a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,15 @@
# Generated by mksrcinfo v8
-# Tue Dec 8 16:19:58 UTC 2015
+# Wed Jan 20 18:09:24 UTC 2016
pkgbase = csmith
pkgdesc = Tool for stress-testing compilers, static analyzers, and other tools that process C code
pkgver = 2.2.0
- pkgrel = 1
+ pkgrel = 2
url = http://embed.cs.utah.edu/csmith/
arch = i686
arch = x86_64
license = custom:BSD
depends = perl
- source = csmith.sh
source = https://embed.cs.utah.edu/csmith/csmith-2.2.0.tar.gz
- md5sums = 75128bd5310cbc1c139b696da3b8e4d8
md5sums = 05682b96f6607b00426d42718b9c2fd6
pkgname = csmith
diff --git a/PKGBUILD b/PKGBUILD
index 5abe4b4c0095..dc1cf6d9dc1d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,14 @@
# Previous maintainer: spider-mario <spidermario@free.fr>
pkgname=csmith
pkgver=2.2.0
-pkgrel=1
-pkgdesc="Tool for stress-testing compilers, static analyzers, and other tools that process C code"
+pkgrel=2
+pkgdesc='Tool for stress-testing compilers, static analyzers, and other tools that process C code'
arch=('i686' 'x86_64')
-url="http://embed.cs.utah.edu/csmith/"
+url='http://embed.cs.utah.edu/csmith/'
license=('custom:BSD')
depends=('perl')
-source=(csmith.sh
- "https://embed.cs.utah.edu/csmith/${pkgname}-${pkgver}.tar.gz")
-md5sums=('75128bd5310cbc1c139b696da3b8e4d8'
- '05682b96f6607b00426d42718b9c2fd6')
+source=("https://embed.cs.utah.edu/csmith/${pkgname}-${pkgver}.tar.gz")
+md5sums=('05682b96f6607b00426d42718b9c2fd6')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
@@ -28,10 +26,6 @@ package() {
cd "${srcdir}/${pkgname}-${pkgver}"
make DESTDIR="${pkgdir}/" install
-
- install --directory "${pkgdir}/etc/profile.d/"
- install ../../csmith.sh "${pkgdir}/etc/profile.d/"
-
install --directory "${pkgdir}/usr/share/licenses/${pkgname}/"
install COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
}
diff --git a/csmith.sh b/csmith.sh
deleted file mode 100755
index 4fc8652d8b1d..000000000000
--- a/csmith.sh
+++ /dev/null
@@ -1 +0,0 @@
-export CSMITH_PATH=/opt/csmith/