summaryrefslogtreecommitdiff
path: root/community/lash
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
committerroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
commit18a41d682d6e91e0d28fce23eb75292f477bd620 (patch)
treebce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/lash
parent0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff)
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/lash')
-rw-r--r--community/lash/PKGBUILD36
-rw-r--r--community/lash/lash.install6
-rw-r--r--community/lash/makefile.patch14
3 files changed, 0 insertions, 56 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
-}
diff --git a/community/lash/lash.install b/community/lash/lash.install
deleted file mode 100644
index a169a2211..000000000
--- a/community/lash/lash.install
+++ /dev/null
@@ -1,6 +0,0 @@
-post_install() {
- printf "\n"
- printf "==> You might need to add following line to your /etc/services(without quotes):\n"
- printf "==> \"lash 14541/tcp # LASH client/server protocol\"\n"
- printf "\n"
-}
diff --git a/community/lash/makefile.patch b/community/lash/makefile.patch
deleted file mode 100644
index 3d35a1d2d..000000000
--- a/community/lash/makefile.patch
+++ /dev/null
@@ -1,14 +0,0 @@
---- docs/Makefile.in.orig 2008-11-09 22:45:28.000000000 +0100
-+++ docs/Makefile.in 2011-07-23 17:12:26.000000000 +0200
-@@ -527,9 +527,9 @@
- @HAVE_TEXI2HTML_TRUE@ mkdir -lash-manual-html-split; \
- @HAVE_TEXI2HTML_TRUE@ fi
- @HAVE_TEXI2HTML_TRUE@ cd lash-manual-html-one-page && \
--@HAVE_TEXI2HTML_TRUE@ texi2html --number ../$(top_srcdir)/docs/lash-manual.texi
-+@HAVE_TEXI2HTML_TRUE@ texi2html --number-footnotes --number-sections ../$(top_srcdir)/docs/lash-manual.texi
- @HAVE_TEXI2HTML_TRUE@ cd lash-manual-html-split && \
--@HAVE_TEXI2HTML_TRUE@ texi2html --number --split=chapter ../$(top_srcdir)/docs/lash-manual.texi
-+@HAVE_TEXI2HTML_TRUE@ texi2html --number-footnotes --number-sections --split=chapter ../$(top_srcdir)/docs/lash-manual.texi
- @HAVE_TEXI2HTML_TRUE@ touch html-manual-stamp
- # Tell versions [3.59,3.63) of GNU make to not export all variables.
- # Otherwise a system limit (for SysV at least) may be exceeded.