summaryrefslogtreecommitdiff
path: root/community/lash/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-07-17 00:58:52 -0700
committerroot <root@rshg054.dnsready.net>2013-07-17 00:58:52 -0700
commitdee9f17b595ea903a982d31d1124b302bb17e2ff (patch)
tree295fdab78e28e1952fbc13ce824d57c88ede4e3b /community/lash/PKGBUILD
parent380530d02a5449fdef97b63b394a6743c3de0092 (diff)
Wed Jul 17 00:58:51 PDT 2013
Diffstat (limited to 'community/lash/PKGBUILD')
-rw-r--r--community/lash/PKGBUILD36
1 files changed, 0 insertions, 36 deletions
diff --git a/community/lash/PKGBUILD b/community/lash/PKGBUILD
deleted file mode 100644
index 16390c3ec..000000000
--- a/community/lash/PKGBUILD
+++ /dev/null
@@ -1,36 +0,0 @@
-# $Id$
-# 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
-pkgdesc="A session management system for JACK and ALSA"
-arch=('i686' 'x86_64')
-options=('!libtool')
-#url="http://lash-audio.org"
-url="http://lash.nongnu.org/"
-license=('GPL')
-depends=('dbus-core' 'gtk2' 'jack' 'libxml2' 'python2')
-install=$pkgname.install
-source=("http://download.savannah.gnu.org/releases/lash/${pkgname}-${pkgver}.tar.bz2" "makefile.patch")
-md5sums=('af1dc4f4ceb284b1b0845de4f4c2fe47'
- '24ceb7e3d008c25e1490102983165612')
-
-build() {
- cd "${srcdir}/${pkgname}-${_relver}"
- patch -p0 < "${srcdir}/makefile.patch"
-
- # Python2 fixes
- export PYTHON="python2"
- sed -i "s#env python#&2#" clients/lash_control
-
- ./configure --prefix=/usr
- make
-}
-
-package() {
- cd "${srcdir}/${pkgname}-${_relver}"
- make DESTDIR=${pkgdir} install
-}