summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArcady Genkin <agenkin@gentoo.org>2002-05-24 07:34:19 +0000
committerArcady Genkin <agenkin@gentoo.org>2002-05-24 07:34:19 +0000
commit23d8354de9d75af2bcd10013f0fe5792da1ef240 (patch)
tree0bbd6489a09838d43d1db45a0a643747fcde13e8 /media-sound
parentAdded 1.2.2 ebuild (diff)
downloadgentoo-2-23d8354de9d75af2bcd10013f0fe5792da1ef240.tar.gz
gentoo-2-23d8354de9d75af2bcd10013f0fe5792da1ef240.tar.bz2
gentoo-2-23d8354de9d75af2bcd10013f0fe5792da1ef240.zip
- The initial version. Closes #2742.
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/alsamixergui/ChangeLog9
-rw-r--r--media-sound/alsamixergui/alsamixergui-0.9.0_rc2.ebuild27
-rw-r--r--media-sound/alsamixergui/files/digest-alsamixergui-0.9.0_rc21
3 files changed, 37 insertions, 0 deletions
diff --git a/media-sound/alsamixergui/ChangeLog b/media-sound/alsamixergui/ChangeLog
new file mode 100644
index 000000000000..0c64e80204e8
--- /dev/null
+++ b/media-sound/alsamixergui/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for media-sound/alsamixergui
+# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
+# $Header: /var/cvsroot/gentoo-x86/media-sound/alsamixergui/ChangeLog,v 1.1 2002/05/24 07:34:19 agenkin Exp $
+
+*alsamixergui-0.9.0_rc2 (24 May 2002)
+
+ 24 May 2002; Arcady Genkin <agenkin@thpoon.com> alsamixergui-0.9.0_rc2.ebuild :
+
+ Initial version of the package, created by you@hanez.org (Johannes Findeisen). \ No newline at end of file
diff --git a/media-sound/alsamixergui/alsamixergui-0.9.0_rc2.ebuild b/media-sound/alsamixergui/alsamixergui-0.9.0_rc2.ebuild
new file mode 100644
index 000000000000..46fa7da7c63a
--- /dev/null
+++ b/media-sound/alsamixergui/alsamixergui-0.9.0_rc2.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License, v2 or later
+# Author J. Findeisen <you@hanez.org>
+# $Header: /var/cvsroot/gentoo-x86/media-sound/alsamixergui/alsamixergui-0.9.0_rc2.ebuild,v 1.1 2002/05/24 07:34:19 agenkin Exp $
+
+DESCRIPTION="AlsaMixerGui - a FLTK based amixer Frontend"
+HOMEPAGE="http://www.iua.upf.es/~mdeboer/projects/alsamixergui/"
+
+DEPEND="virtual/glibc
+ >=media-sound/alsa-driver-0.9.0_rc1-r1
+ >=media-sound/alsa-utils-0.9.0_rc1
+ >=x11-libs/fltk-1.0.11"
+
+SRC_URI="ftp://www.iua.upf.es/pub/mdeboer/projects/alsamixergui/alsamixergui-0.9.0rc1-2.tar.gz"
+S=${WORKDIR}/alsamixergui-0.9.0rc1-2
+
+src_compile() {
+ cd ${S}
+ ./configure || die "./configure failed"
+ make || die
+}
+
+src_install () {
+ cd ${S}
+ make DESTDIR=${D} install || die
+ dodoc COPYING README AUTHORS ChangeLog
+}
diff --git a/media-sound/alsamixergui/files/digest-alsamixergui-0.9.0_rc2 b/media-sound/alsamixergui/files/digest-alsamixergui-0.9.0_rc2
new file mode 100644
index 000000000000..a47468b6e908
--- /dev/null
+++ b/media-sound/alsamixergui/files/digest-alsamixergui-0.9.0_rc2
@@ -0,0 +1 @@
+MD5 24b74dda2cf77c313c6cba9b062c8feb alsamixergui-0.9.0rc1-2.tar.gz 70255