blob: 35649aef600a61a27dcdbee25777c18d4519dd59 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-news/erss/erss-0.0.2.20041226.ebuild,v 1.2 2005/04/11 03:40:13 vapier Exp $
ECVS_MODULE="misc/erss"
inherit enlightenment
DESCRIPTION="simple tool for watching RSS v1 (RDF) and v2 (XML) feeds"
HOMEPAGE="http://enlightenment.org/pages/erss.html"
DEPEND=">=media-libs/edje-0.5.0
>=x11-libs/esmart-0.9.0
>=media-libs/etox-0.9.0
>=x11-libs/ecore-0.9.9"
EDOCS="data/erssrc"
src_unpack() {
enlightenment_src_unpack
sed -i 's:/local/:/:g' ${S}/data/erssrc
}
|