mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
community/supercollider to 3.9.3-4
This commit is contained in:
parent
f2c8483a14
commit
8947a71470
1 changed files with 3 additions and 2 deletions
|
@ -1,4 +1,3 @@
|
||||||
# $Id$
|
|
||||||
# Maintainer: David Runge <dave@sleepmap.de>
|
# Maintainer: David Runge <dave@sleepmap.de>
|
||||||
# Contributor: speps <speps at aur dot archlinux dot org>
|
# Contributor: speps <speps at aur dot archlinux dot org>
|
||||||
# Contributor: osc <farid at archlinux-br.org>
|
# Contributor: osc <farid at archlinux-br.org>
|
||||||
|
@ -9,7 +8,7 @@
|
||||||
_name=SuperCollider
|
_name=SuperCollider
|
||||||
pkgname=supercollider
|
pkgname=supercollider
|
||||||
pkgver=3.9.3
|
pkgver=3.9.3
|
||||||
pkgrel=3
|
pkgrel=4
|
||||||
pkgdesc="Environment and programming language for real time audio synthesis and algorithmic composition"
|
pkgdesc="Environment and programming language for real time audio synthesis and algorithmic composition"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url="https://supercollider.github.io"
|
url="https://supercollider.github.io"
|
||||||
|
@ -32,6 +31,8 @@ prepare() {
|
||||||
patch -Np1 -i ../boost-1.67.patch
|
patch -Np1 -i ../boost-1.67.patch
|
||||||
# requires out-of-tree build
|
# requires out-of-tree build
|
||||||
mkdir -v bld
|
mkdir -v bld
|
||||||
|
# make sure the system boost headers are used
|
||||||
|
rm -r external_libraries/boost
|
||||||
}
|
}
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
|
|
Loading…
Reference in a new issue