summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-sound/liteamp/liteamp-0.2.3.2.ebuild')
-rw-r--r--media-sound/liteamp/liteamp-0.2.3.2.ebuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/media-sound/liteamp/liteamp-0.2.3.2.ebuild b/media-sound/liteamp/liteamp-0.2.3.2.ebuild
new file mode 100644
index 000000000000..baed144ddff0
--- /dev/null
+++ b/media-sound/liteamp/liteamp-0.2.3.2.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/liteamp/liteamp-0.2.3.2.ebuild,v 1.1 2003/07/19 12:22:10 lanius Exp $
+
+inherit eutils gnome2
+
+DESCRIPTION="Liteamp - yet another light-weight ogg and mp3 player for gnome"
+SRC_URI="http://download.kldp.net/liteamp/${P}.tar.gz"
+HOMEPAGE="http://liteamp.kldp.net"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~x86 ~ppc"
+
+DEPEND=">=x11-libs/gtk+-2.0.0
+ >=gnome-base/libgnomeui-2.0
+ >=media-libs/libmad-0.15.0b
+ >=media-libs/libid3tag-0.15.0b
+ >=media-libs/libvorbis-1.0
+ media-libs/libao
+ media-libs/libogg"
+
+DOC="AUTHORS COPYING ChangeLog INSTALL NEWS README"