# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: inherit eutils MY_P=${P/wsoundserver/WSoundServer} S=${WORKDIR}/${MY_P}-new IUSE="esd" DESCRIPTION="WindowMaker sound server" SRC_URI="http://vlaadworld.net/public/${MY_P}-new.tar.gz" HOMEPAGE="http://vlaadworld.net/" DEPEND="virtual/x11 || ( >=x11-wm/windowmaker-0.62.0 x11-wm/windowmaker-cvs ) x11-libs/libdockapp >=x11-libs/libPropList-0.9.1 >=media-libs/audiofile-0.1.9 esd? ( >=media-sound/esound-0.2.8 )" RDEPEND="media-sound/wmsound-data" SLOT="0" LICENSE="GPL-2" KEYWORDS="~x86" src_compile() { local myconf="--prefix=/usr --with-x --sysconfdir=/etc/X11" myconf="${myconf} `use_enable esd`" cd ${S} emake clean >/dev/null 2>&1 econf || die "configure failed" emake || die "make failed" } src_install() { cd ${S} einstall sysconfdir=/etc/X11 || die "make install failed" dodoc AUTHORS ChangeLog README insinto /usr/share/WindowMaker/Pixmaps doins ${FILESDIR}/WSoundServer.xpm } pkg_postinst() { einfo "This is Largo's WSoundServer." einfo "It supports not only 8 and 16 bit .wav files." }