diff options
author | root <root@rshg054.dnsready.net> | 2013-11-03 01:06:08 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-11-03 01:06:08 -0700 |
commit | 1ce58386c5ee7086ac6848f35cade5d45bf86764 (patch) | |
tree | a02b709cc5107313c2a640ad192b4a4cb790df4f /community/lash | |
parent | 02c5897cefdb4df89590f03c12870ad263240ebd (diff) |
Sun Nov 3 01:05:44 PDT 2013
Diffstat (limited to 'community/lash')
-rw-r--r-- | community/lash/PKGBUILD | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/community/lash/PKGBUILD b/community/lash/PKGBUILD index 591273306..2f3f9d28c 100644 --- a/community/lash/PKGBUILD +++ b/community/lash/PKGBUILD @@ -1,11 +1,11 @@ -# $Id$ +# $Id: PKGBUILD 100336 2013-11-02 11:38:23Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: DonVla <donvla@users.sourceforge.net> pkgname=lash pkgver=0.6.0~rc2 _relver=0.6.0.594 -pkgrel=6 +pkgrel=7 pkgdesc="A session management system for JACK and ALSA" arch=('i686' 'x86_64') #url="http://lash-audio.org" @@ -25,6 +25,8 @@ build() { export PYTHON="python2" sed -i "s#env python#&2#" clients/lash_control + export LDFLAGS="-ldl -lm" + ./configure --prefix=/usr make } |