diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-19 12:27:52 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-19 12:27:52 +0000 |
commit | 8822a4bdc202cc66f425c9146d1d9407bf847f05 (patch) | |
tree | b9e18709efbe876f6bf0746f773acfbf68b780c7 /media-sound/alsamixergui | |
parent | Added LICENSE, SLOT, KEYWORDS (diff) | |
download | gentoo-2-8822a4bdc202cc66f425c9146d1d9407bf847f05.tar.gz gentoo-2-8822a4bdc202cc66f425c9146d1d9407bf847f05.tar.bz2 gentoo-2-8822a4bdc202cc66f425c9146d1d9407bf847f05.zip |
repoman'd
Diffstat (limited to 'media-sound/alsamixergui')
-rw-r--r-- | media-sound/alsamixergui/alsamixergui-0.9.0.1.2.ebuild | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/media-sound/alsamixergui/alsamixergui-0.9.0.1.2.ebuild b/media-sound/alsamixergui/alsamixergui-0.9.0.1.2.ebuild index 5728d05fba16..25d1da12d74c 100644 --- a/media-sound/alsamixergui/alsamixergui-0.9.0.1.2.ebuild +++ b/media-sound/alsamixergui/alsamixergui-0.9.0.1.2.ebuild @@ -1,20 +1,22 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/media-sound/alsamixergui/alsamixergui-0.9.0.1.2.ebuild,v 1.2 2002/07/11 06:30:40 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/alsamixergui/alsamixergui-0.9.0.1.2.ebuild,v 1.3 2002/07/19 12:27:49 seemant Exp $ +# Weird version numbering. +# I'm mapping rc1-2 into "1.2" suffix for the package. +NATIVE_VER=0.9.0rc1-2 +S=${WORKDIR}/${PN}-${NATIVE_VER} DESCRIPTION="AlsaMixerGui - a FLTK based amixer Frontend" HOMEPAGE="http://www.iua.upf.es/~mdeboer/projects/alsamixergui/" +SRC_URI="ftp://www.iua.upf.es/pub/mdeboer/projects/alsamixergui/${PN}-${NATIVE_VER}.tar.gz" -DEPEND="virtual/glibc - >=media-sound/alsa-driver-0.9.0_rc1-r1 +DEPEND=" >=media-sound/alsa-driver-0.9.0_rc1-r1 >=media-sound/alsa-utils-0.9.0_rc1 >=x11-libs/fltk-1.0.11" -# Weird version numbering. -# I'm mapping rc1-2 into "1.2" suffix for the package. -NATIVE_VER=0.9.0rc1-2 -SRC_URI="ftp://www.iua.upf.es/pub/mdeboer/projects/alsamixergui/${PN}-${NATIVE_VER}.tar.gz" -S=${WORKDIR}/${PN}-${NATIVE_VER} +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86" src_compile() { cd ${S} |