blob: 9cfd142b41f236a3c4c91fd3afa03eb97285c3ea (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-www/rawdog/rawdog-1.12.ebuild,v 1.2 2004/06/25 01:11:09 agriffis Exp $
inherit distutils
DESCRIPTION="Rawdog - RSS Aggregator Without Delusions Of Grandeur"
SRC_URI="http://offog.org/files/${P}.tar.gz"
HOMEPAGE="http://offog.org/code/rawdog.html"
KEYWORDS="~x86 ~ppc ~sparc ~hppa ~amd64 ~s390 ~alpha ~ia64"
LICENSE="GPL-2"
SLOT="0"
IUSE=""
DOCS="NEWS config style.css"
pkg_postinst() {
distutils_pkg_postinst
einfo
einfo "You can find sample config and style.css in /usr/share/doc/${PF}"
einfo
}
|