From 18a41d682d6e91e0d28fce23eb75292f477bd620 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 11 Aug 2013 01:21:34 -0700 Subject: Sun Aug 11 01:21:31 PDT 2013 --- community/chuck/PKGBUILD | 40 ---------------------------------------- 1 file changed, 40 deletions(-) delete mode 100644 community/chuck/PKGBUILD (limited to 'community/chuck') diff --git a/community/chuck/PKGBUILD b/community/chuck/PKGBUILD deleted file mode 100644 index fe6b7247d..000000000 --- a/community/chuck/PKGBUILD +++ /dev/null @@ -1,40 +0,0 @@ -# $Id: PKGBUILD 78497 2012-10-20 00:31:27Z arodseth $ -# Maintainer: Alexander Rødseth -# Contributor: Laurent Carlier -# Contributor: Brad Fanella -# Contributor: SpepS -# Contributor: Jeff Mickey -# Contributor: tardo - -pkgname=chuck -pkgver=1.3.1.3 -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') -source=("http://chuck.cs.princeton.edu/release/files/$pkgname-$pkgver.tgz") -sha256sums=('8ef8a65fe4d265b6f509b9339355a5658b47d9b43219fa09c182ca846cc0a740') - -build() { - cd $srcdir/$pkgname-$pkgver/src - - msg2 'Configuring...' - CFLAGS+=' -fno-strict-aliasing -lpthread' - CXXFLAGS+=' -fno-strict-aliasing -fpermissive -lpthread' - - msg2 'Compiling...' - # Alternatives to linux-alsa are: linux-jack linux-oss osx win32 - make linux-alsa -} - -package() { - cd $srcdir/$pkgname-$pkgver/src - - install -Dm755 chuck $pkgdir/usr/bin/chuck - mkdir -p $pkgdir/usr/share/doc/$pkgname - cp -r ../examples $pkgdir/usr/share/doc/$pkgname/ -} - -# vim:set ts=2 sw=2 et: -- cgit v1.2.3-54-g00ecf