summaryrefslogtreecommitdiff
blob: 1901c6376e937ca687a3b4af5ac4240d40587f40 (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
26
27
28
29
# Copyright 1999-2001 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Erik Van Reeth <erik@vanreeth.org>

#P=pan-0.9.6
A=pan-0.9.6.tar.bz2
S=${WORKDIR}/pan-0.9.6
DESCRIPTION="A newsreader for GNOME."
SRC_URI="http://pan.rebelbase.com/download/0.9.6/${A}"
HOMEPAGE="http://pan.rebelbase.com/"

DEPEND="virtual/x11
	>=gnome-base/gnome-libs-1.0.16"

src_compile() {

	try ./configure --prefix=/opt/gnome
	try make clean
	try make ${MAKEOPTS}

}

src_install () {

	try make prefix=${D}/opt/gnome install
	dodoc AUTHORS COPYING Changelog NEWS README TODO

}