]> Pileus Git - ~andy/sunrise/blob - www-misc/surl/surl-0.3.ebuild
www-misc/surl: Changed name from turl to surl due to conflict with some similar software
[~andy/sunrise] / www-misc / surl / surl-0.3.ebuild
1 # Copyright 1999-2007 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: $
4
5 inherit distutils
6
7 DESCRIPTION="a command-line interface to http://metamark.net/"
8 HOMEPAGE="http://ndansmith.net/surl.php"
9 SRC_URI="http://ndansmith.net/software/${PN}/${P}.tar.bz2"
10
11 LICENSE="GPL-2"
12 SLOT="0"
13 KEYWORDS="~ppc ~x86"
14 IUSE=""
15
16 DEPEND=""
17
18 RDEPEND="${DEPEND}"
19
20 S="${WORKDIR}/${PN}"