summaryrefslogtreecommitdiff
path: root/x11-plugins/wmsound/wmsound-0.9.5.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-01-06 23:13:57 +0000
committerV3n3RiX <venerix@redcorelinux.org>2018-01-06 23:13:57 +0000
commita8b0d35ab742f31538d515dea39716e566d533c0 (patch)
tree40c6c87a13f0e5ef1111ed1bdd9191f3bd1c1e59 /x11-plugins/wmsound/wmsound-0.9.5.ebuild
parent8fcdcec5fbdd0e3a77391e4f354218014f59f358 (diff)
gentoo resync : 06.01.2018
Diffstat (limited to 'x11-plugins/wmsound/wmsound-0.9.5.ebuild')
-rw-r--r--x11-plugins/wmsound/wmsound-0.9.5.ebuild45
1 files changed, 0 insertions, 45 deletions
diff --git a/x11-plugins/wmsound/wmsound-0.9.5.ebuild b/x11-plugins/wmsound/wmsound-0.9.5.ebuild
deleted file mode 100644
index 8ab46cc7b602..000000000000
--- a/x11-plugins/wmsound/wmsound-0.9.5.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-inherit eutils multilib toolchain-funcs
-
-DESCRIPTION="WindowMaker sound server"
-HOMEPAGE="http://largo.windowmaker.org/"
-SRC_URI="http://largo.windowmaker.org/files/${P}.tar.gz"
-
-RDEPEND="media-sound/wmsound-data
- x11-libs/libproplist
- x11-wm/windowmaker"
-DEPEND="${RDEPEND}
- x11-misc/gccmakedep
- x11-misc/imake"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~ppc x86"
-IUSE=""
-
-src_prepare() {
- epatch \
- "${FILESDIR}"/${PN}-config.patch \
- "${FILESDIR}"/${PN}-ComplexProgramTargetNoMan.patch
-
- # Fix building with -Wl,--as-needed
- sed -i \
- -e 's:-lPropList $(WMSOUNDLIB):$(WMSOUNDLIB) -lPropList:' \
- src/Imakefile || die
- sed -i \
- -e 's:-lPropList $(XLIB) $(WMSOUNDLIB):$(WMSOUNDLIB) -lPropList $(XLIB):' \
- utils/Imakefile || die
-}
-
-src_compile() {
- xmkmf -a || die
- emake CC="$(tc-getCC)" CDEBUGFLAGS="${CFLAGS}" LDOPTIONS="${LDFLAGS}"
-}
-
-src_install() {
- emake PREFIX="${D}/usr" USRLIBDIR="${D}/usr/$(get_libdir)" install
- dodoc AUTHORS BUGS ChangeLog
-}