* [gentoo-dev] pan .ebuild file
@ 2001-05-15 11:20 Erik Van Reeth
0 siblings, 0 replies; only message in thread
From: Erik Van Reeth @ 2001-05-15 11:20 UTC (permalink / raw
To: gentoo-dev
[-- Attachment #1: Type: text/plain, Size: 227 bytes --]
Hi all,
Attached you will find an ebuild file for 'pan', an news reader for gnome.
This is my first attempt in making such a file, so some errors are possible.
Please try it out and add to CVS if you want.
Best Regards,
Erik
[-- Attachment #2: pan-0.9.6.ebuild --]
[-- Type: text/plain, Size: 833 bytes --]
# 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=">=x11-base/xfree-4.0
>=gnome-base/gnome-libs-1.0.16
>=gnome-base/gtkhtml-0.8.3
>=x11-libs/gtk+-1.2.8"
src_unpack() {
unpack ${A}
cd ${S}
}
src_compile() {
try ./configure --prefix=/opt/gnome/ --mandir=/usr/share/man --infodir=/usr/share/info
try make clean
try make ${MAKEOPTS}
}
src_install () {
cd ${S}
try make prefix=${D}/opt/gnome/ mandir={D}/usr/share/man infodir=${D}/usr/share/info install
dodoc AUTHORS COPYING Changelog NEWS README TODO
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2001-05-15 17:19 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-05-15 11:20 [gentoo-dev] pan .ebuild file Erik Van Reeth
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox