public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
From: Erik Van Reeth <erik@vanreeth.org>
To: gentoo-dev@gentoo.org
Subject: [gentoo-dev] pan .ebuild file
Date: Tue May 15 11:20:03 2001	[thread overview]
Message-ID: <01051519180900.12928@(none)> (raw)

[-- 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

}


                 reply	other threads:[~2001-05-15 17:19 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='01051519180900.12928@(none)' \
    --to=erik@vanreeth.org \
    --cc=gentoo-dev@gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox