From 23d8354de9d75af2bcd10013f0fe5792da1ef240 Mon Sep 17 00:00:00 2001 From: Arcady Genkin Date: Fri, 24 May 2002 07:34:19 +0000 Subject: - The initial version. Closes #2742. --- media-sound/alsamixergui/ChangeLog | 9 ++++++++ .../alsamixergui/alsamixergui-0.9.0_rc2.ebuild | 27 ++++++++++++++++++++++ .../files/digest-alsamixergui-0.9.0_rc2 | 1 + 3 files changed, 37 insertions(+) create mode 100644 media-sound/alsamixergui/ChangeLog create mode 100644 media-sound/alsamixergui/alsamixergui-0.9.0_rc2.ebuild create mode 100644 media-sound/alsamixergui/files/digest-alsamixergui-0.9.0_rc2 (limited to 'media-sound/alsamixergui') 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 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 +# $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 -- cgit v1.2.3-65-gdbad