summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Shapovalov <george@gentoo.org>2002-07-10 04:21:18 +0000
committerGeorge Shapovalov <george@gentoo.org>2002-07-10 04:21:18 +0000
commit68bdef903b43dc4fbe5de31ce74de1bd296843cb (patch)
tree1a9ba7cb183d8cecef2ed86d122cff31c0a71c89 /x11-misc/mixer_app
parentmissing digest (repoman) (diff)
downloadgentoo-2-68bdef903b43dc4fbe5de31ce74de1bd296843cb.tar.gz
gentoo-2-68bdef903b43dc4fbe5de31ce74de1bd296843cb.tar.bz2
gentoo-2-68bdef903b43dc4fbe5de31ce74de1bd296843cb.zip
mixer applet, intended for gnustep, works fine under black/flux-box
Diffstat (limited to 'x11-misc/mixer_app')
-rw-r--r--x11-misc/mixer_app/ChangeLog10
-rw-r--r--x11-misc/mixer_app/files/digest-mixer_app-1.7.01
-rw-r--r--x11-misc/mixer_app/mixer_app-1.7.0.ebuild32
3 files changed, 43 insertions, 0 deletions
diff --git a/x11-misc/mixer_app/ChangeLog b/x11-misc/mixer_app/ChangeLog
new file mode 100644
index 000000000000..bade1f88b0ca
--- /dev/null
+++ b/x11-misc/mixer_app/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for x11-misc/mier_app
+# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/mixer_app/ChangeLog,v 1.1 2002/07/10 04:21:18 george Exp $
+
+*mixer_app-1.7.0.ebuild (09 July 2002)
+
+ 09 July 2002; George Shapovalov <george@gentoo.org> all :
+
+ First submission
+ Ebuild submitted by Todd Heim <theim@umd.umich.edu>
diff --git a/x11-misc/mixer_app/files/digest-mixer_app-1.7.0 b/x11-misc/mixer_app/files/digest-mixer_app-1.7.0
new file mode 100644
index 000000000000..09217fa2efcb
--- /dev/null
+++ b/x11-misc/mixer_app/files/digest-mixer_app-1.7.0
@@ -0,0 +1 @@
+MD5 8ab5dca4458d3d6202131f497aadcb27 Mixer.app-1.7.0.tar.gz 19101
diff --git a/x11-misc/mixer_app/mixer_app-1.7.0.ebuild b/x11-misc/mixer_app/mixer_app-1.7.0.ebuild
new file mode 100644
index 000000000000..c1f90f62e1eb
--- /dev/null
+++ b/x11-misc/mixer_app/mixer_app-1.7.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/mixer_app/mixer_app-1.7.0.ebuild,v 1.1 2002/07/10 04:21:18 george Exp $
+
+#need to do some name mangling
+#so that ebuild name adheres to "standart"
+Name=Mixer.app
+S=${WORKDIR}/${Name}-${PV}
+
+DESCRIPTION="Mixer.app is a mixer utility that has three volume controllers that can be configured to handle any sound source, the default sources are master-, cd- and pcm-volume."
+SRC_URI="http://www.fukt.bth.se/~per/mixer/${Name}-${PV}.tar.gz"
+HOMEPAGE="http://www.fukt.bth.se/~per/mixer/"
+DEPEND="virtual/glibc x11-base/xfree "
+RDEPEND="${DEPEND}"
+
+LICENSE="GPL-2"
+
+SLOT="0"
+KEYWORDS="x86"
+
+src_compile() {
+ emake || die
+
+}
+
+src_install () {
+ #make DESTDIR=${D} install || die
+ dobin Mixer.app
+
+ dodoc COPYING README ChangeLog
+}
+