summaryrefslogtreecommitdiff
path: root/community/chuck
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-09-14 00:04:07 +0000
committerroot <root@rshg054.dnsready.net>2012-09-14 00:04:07 +0000
commit1b99470a0c85186f768a328fcc11a7cfcc85be51 (patch)
treee08ce57006ed5455ffcfb1fb57544ed5604b0a80 /community/chuck
parent843685ce9dd76d37a4c7b0230eacb6d26bdf30dd (diff)
Fri Sep 14 00:04:06 UTC 2012
Diffstat (limited to 'community/chuck')
-rw-r--r--community/chuck/PKGBUILD19
1 files changed, 5 insertions, 14 deletions
diff --git a/community/chuck/PKGBUILD b/community/chuck/PKGBUILD
index 5cb5634ab..fa6383f90 100644
--- a/community/chuck/PKGBUILD
+++ b/community/chuck/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 75637 2012-08-27 21:34:19Z arodseth $
+# $Id: PKGBUILD 76163 2012-09-12 11:20:01Z arodseth $
# Maintainer: Alexander Rødseth <rodseth@gmail.com>
# Contributor: Laurent Carlier <lordheavym@gmail.com>
# Contributor: Brad Fanella <bradfanella@archlinux.us>
@@ -7,31 +7,22 @@
# Contributor: tardo <tardo@nagi-fanboi.net>
pkgname=chuck
-pkgver=1.3.0.0
+pkgver=1.3.1.0
pkgrel=1
pkgdesc="Concurrent, on-the-fly audio programming language"
arch=('x86_64' 'i686')
url="http://chuck.cs.princeton.edu/"
license=('GPL')
depends=('gcc-libs' 'libsndfile')
-makedepends=('bison' 'flex' 'setconf')
+# base-devel
+#makedepends=('bison' 'flex')
source=("http://chuck.cs.princeton.edu/release/files/$pkgname-$pkgver.tgz")
-sha256sums=('80bfc6ab3017c8183fe7640eca94bcb314cf4cdb1c4b70cc3abb67b4d88ff111')
-
-if [[ $CARCH == x86_64 ]]; then
- depends=('gcc-libs-multilib' 'lib32-libsndfile' 'lib32-alsa-lib')
- makedepends+=('gcc-multilib')
-fi
+sha256sums=('43af7e06f06932cd3afde9facb17c83530e0fa45826b1f3ea04496f10f009d0a')
build() {
cd "$srcdir/$pkgname-$pkgver/src"
msg2 "Configuring..."
- if [[ $CARCH == x86_64 ]]; then
- setconf makefile CC 'gcc -m32'
- setconf makefile CXX 'g++ -m32'
- setconf makefile LD 'g++ -m32'
- fi
CFLAGS+=' -fno-strict-aliasing -lpthread'
CXXFLAGS+=' -fno-strict-aliasing -fpermissive -lpthread'