blob: a681f37cb314736b7cc269aef711c18af6d0de7d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/rox-extra/songer/songer-0.1.2.ebuild,v 1.2 2005/03/06 00:40:41 josejx Exp $
DESCRIPTION="Songer - An ID3 tag editor for the ROX Desktop"
HOMEPAGE="http://songer.sf.net"
SRC_URI="mirror://sourceforge/songer/${P}.tgz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86 ~ppc"
IUSE=""
ROX_LIB_VER=1.9.10
APPNAME=Songer
#S=${WORKDIR}
inherit rox
|