diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-21 13:50:35 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-21 13:50:35 +0000 |
commit | c818a8b2630486cc060f389a864c8d42d1fdb041 (patch) | |
tree | 5373edea58bae1752c2684fe3fa760c68c5843b6 /media-sound/psmix/psmix-2.ebuild | |
parent | Real networks RealSDK license added (diff) | |
download | gentoo-2-c818a8b2630486cc060f389a864c8d42d1fdb041.tar.gz gentoo-2-c818a8b2630486cc060f389a864c8d42d1fdb041.tar.bz2 gentoo-2-c818a8b2630486cc060f389a864c8d42d1fdb041.zip |
repoman'd
Diffstat (limited to 'media-sound/psmix/psmix-2.ebuild')
-rw-r--r-- | media-sound/psmix/psmix-2.ebuild | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/media-sound/psmix/psmix-2.ebuild b/media-sound/psmix/psmix-2.ebuild index 643a9b664a1e..16028a700368 100644 --- a/media-sound/psmix/psmix-2.ebuild +++ b/media-sound/psmix/psmix-2.ebuild @@ -1,14 +1,18 @@ # 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/psmix/psmix-2.ebuild,v 1.2 2002/07/11 06:30:41 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/psmix/psmix-2.ebuild,v 1.3 2002/07/21 13:50:33 seemant Exp $ -A="psmix2.tgz" -S="${WORKDIR}/psmix2" +MY_P=${P/-/} +S=${WORKDIR}/${MY_P} DESCRIPTION="A GTK audio mixer that can save state and window position." -SRC_URI="http://www.geocities.com/pssoft7/${A}" +SRC_URI="http://www.geocities.com/pssoft7/${MY_P}.tgz" HOMEPAGE="http://www.geocities.com/pssoft7/" +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86" + DEPEND="x11-libs/gtk+ sys-libs/gdbm" |