From: Sean Mitchell <SMitchell@phoenix-interactive.com>
To: gentoo-dev@gentoo.org
Subject: [gentoo-dev] ebuild for doxygen
Date: Thu Jul 12 13:44:02 2001 [thread overview]
Message-ID: <1DCB85BD45DED211B12D009027279E4F476756@murcury> (raw)
[-- Attachment #1: Type: text/plain, Size: 726 bytes --]
<<doxygen-1.2.8.1.ebuild>>
This is my first attempt at an ebuild. It builds and installs fine, but when
I unmerge it there are leftovers (specifically /usr/bin/doxy*). Should I be
using doexe or exeinto? If so what's the syntax?
Cheers,
Sean
------------------------------------------------------------------------
Sean Mitchell Software Engineer
smitchell@phoenix-interactive.com Phoenix Interactive Design Inc
tel. 519-679-2913 x237 4th Floor, 137 Dundas St
fax. 519 679 6773 London, ON, Canada N6A 1E9
ICQ# 104246806
------------------------------------------------------------------------
[-- Attachment #2: doxygen-1.2.8.1.ebuild --]
[-- Type: application/octet-stream, Size: 714 bytes --]
# Author Sean Mitchell <sean@arawak.on.ca>
S=${WORKDIR}/${P}
DESCRIPTION="Doxygen is a documentation system for C++, Java, IDL (Corba, Microsoft and KDE-DCOP flavors) and C"
SRC_URI="ftp://ftp.stack.nl/pub/users/dimitri/doxygen-1.2.8.1.src.tar.gz"
HOMEPAGE="http://www.stack.nl/~dimitri/doxygen"
DEPEND="qt? ( >=x11-libs/qt-x11-2.2.1 )"
src_compile()
{
if [ "`use qt`" ]
then
CONFIGURE_OPTIONS="--install install --prefix /usr --with-doxywizard"
else
CONFIGURE_OPTIONS="--install install --prefix /usr"
fi
try ./configure ${CONFIGURE_OPTIONS}
try make CFLAGS=\"${CFLAGS} -Wall\" all
}
src_install()
{
try make install
dodoc README VERSION LICENSE LANGUAGE.HOWTO PLATFORMS
}
next reply other threads:[~2001-07-12 19:43 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-07-12 13:44 Sean Mitchell [this message]
2001-07-12 14:32 ` [gentoo-dev] ebuild for doxygen Daniel Robbins
2001-07-12 14:37 ` Ben Lutgens
-- strict thread matches above, loose matches on Subject: below --
2001-07-13 7:01 Sean Mitchell
2001-07-13 7:27 ` Ben Lutgens
2001-07-13 7:48 Sean Mitchell
2001-07-13 8:00 ` Ben Lutgens
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=1DCB85BD45DED211B12D009027279E4F476756@murcury \
--to=smitchell@phoenix-interactive.com \
--cc=gentoo-dev@cvs.gentoo.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