diff options
author | 2000-08-15 15:27:20 +0000 | |
---|---|---|
committer | 2000-08-15 15:27:20 +0000 | |
commit | 8f5483150d7dcf39428230b332d28984af8dcc59 (patch) | |
tree | 51643d452fd04c091a3130f403abdfcb6338035a /media-sound/esound | |
parent | *** empty log message *** (diff) | |
download | historical-8f5483150d7dcf39428230b332d28984af8dcc59.tar.gz historical-8f5483150d7dcf39428230b332d28984af8dcc59.tar.bz2 historical-8f5483150d7dcf39428230b332d28984af8dcc59.zip |
*** empty log message ***
Diffstat (limited to 'media-sound/esound')
-rw-r--r-- | media-sound/esound/esound-0.2.19.ebuild | 37 | ||||
-rw-r--r-- | media-sound/esound/files/digest | 1 |
2 files changed, 38 insertions, 0 deletions
diff --git a/media-sound/esound/esound-0.2.19.ebuild b/media-sound/esound/esound-0.2.19.ebuild new file mode 100644 index 000000000000..594317d2c08d --- /dev/null +++ b/media-sound/esound/esound-0.2.19.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2000 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Author Achim Gottinger <achim@gentoo.org> +# $Header: /var/cvsroot/gentoo-x86/media-sound/esound/esound-0.2.19.ebuild,v 1.1 2000/08/15 15:27:19 achim Exp $ + +P=esound-0.2.19 +A=${P}.tar.gz +S=${WORKDIR}/${P} +CATEGORY="media-sound" +DESCRIPTION="esound" +SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/esound/"${A} +HOMEPAGE="http://www.tux.org/~ricdude/EsounD.html" + + +src_compile() { + cd ${S} + ./configure --host=${CHOST} --prefix=/usr --sysconfdir=/etc/esd \ + --with-libwrap + make +} + +src_install() { + cd ${S} + make prefix=${D}/usr sysconfdir=${D}/etc/esd install + dodoc AUTHORS COPYING* ChangeLog README TODO + dodoc NEWS TIPS + dodoc docs/esound.ps + docinto html + dodoc docs/html/*.html docs/html/*.css + docinto html/stylesheet-images + dodoc docs/html/stylesheet-images/*.gif +} + + + + + diff --git a/media-sound/esound/files/digest b/media-sound/esound/files/digest new file mode 100644 index 000000000000..c8418e3ae82f --- /dev/null +++ b/media-sound/esound/files/digest @@ -0,0 +1 @@ +MD5 05ce2d3d8db08a340a4fc04671a38ef0 esound-0.2.19.tar.gz |