diff options
author | Achim Gottinger <achim@gentoo.org> | 2000-08-15 15:27:16 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2000-08-15 15:27:16 +0000 |
commit | a51bb5e24cb5f76e9a691e94587aeb657053aadf (patch) | |
tree | 7bbc9f977eda0a787a90fd9dacffd1877cbd05dc /gnome-extra/gnome-audio | |
parent | *** empty log message *** (diff) | |
download | historical-a51bb5e24cb5f76e9a691e94587aeb657053aadf.tar.gz historical-a51bb5e24cb5f76e9a691e94587aeb657053aadf.tar.bz2 historical-a51bb5e24cb5f76e9a691e94587aeb657053aadf.zip |
*** empty log message ***
Diffstat (limited to 'gnome-extra/gnome-audio')
-rw-r--r-- | gnome-extra/gnome-audio/files/digest | 1 | ||||
-rw-r--r-- | gnome-extra/gnome-audio/gnome-audio-1.0.0.ebuild | 25 |
2 files changed, 26 insertions, 0 deletions
diff --git a/gnome-extra/gnome-audio/files/digest b/gnome-extra/gnome-audio/files/digest new file mode 100644 index 000000000000..0b02b61f9c37 --- /dev/null +++ b/gnome-extra/gnome-audio/files/digest @@ -0,0 +1 @@ +MD5 3ae217dfa20fc8fbb67595a32d6beeec gnome-audio-1.0.0.tar.gz diff --git a/gnome-extra/gnome-audio/gnome-audio-1.0.0.ebuild b/gnome-extra/gnome-audio/gnome-audio-1.0.0.ebuild new file mode 100644 index 000000000000..71312acdbc30 --- /dev/null +++ b/gnome-extra/gnome-audio/gnome-audio-1.0.0.ebuild @@ -0,0 +1,25 @@ +# 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/gnome-extra/gnome-audio/gnome-audio-1.0.0.ebuild,v 1.1 2000/08/15 15:27:09 achim Exp $ + +P=gnome-audio-1.0.0 +A=${P}.tar.gz +S=${WORKDIR}/${P} +CATEGORY="gnome-apps" +DESCRIPTION="gnome-audio" +SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/gnome-audion/"${A} +HOMEPAGE="http://www.gnome.org/" + +src_compile() { + cd ${S} +} + +src_install() { + cd ${S} + make prefix=${D}/opt/gnome install + dodoc README +} + + + |