blob: e126d5768b35b95ce4796f3b21f6116b7c965844 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-news/erss/erss-9999.ebuild,v 1.3 2005/08/27 19:09:57 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
}
|