updated on Sun Jan 22 08:00:21 UTC 2012
[aur-mirror.git] / jack1-svn / PKGBUILD
blob7b46fab090d5da87b69f1edc87db1d3ed81bbdb7
1 #the dependencies are either undocumented or buried somewhere deep, because
2 #not a one google search could devine them for me. You'll have to sort
3 #these out on your own and then let me know what to add to the PKGBUILD.
5 # DO NOT USE THIS WITHOUT REVIEWING IT CAREFULLY.
6 # It is not properly made.
7 # I only made this pkgbuild because I couldn't figure
8 # out any other way to install a newer version of jack1
9 # and have my computer know it was installed.
11 pkgname="jack1-svn"
12 pkgrel=1
13 pkgver=0.120.0
14 pkgdesc="Advanced low-latency sound driver. Subversion release."
15 arch=('x86_64')
16 url="http://jackaudio.org"
17 license=('GPL' 'LGPL')
18 depends=()
19 makedepends=('subversion')
20 provides=('jack-audio-connection-kit' 'jack')
21 conflicts=('jack2')
23 build() {
24   svn co http://subversion.jackaudio.org/jack/trunk/jack
25   cd jack
26   ./autogen.sh
27   ./configure --prefix=/usr --enable-optimize --disable-oss --disable-sun --disable-freebob --disable-firewire --with-gnu-ld
28   make -j2
30   make install