Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 4043 - Ebuild Submission for the fox toolkit.
Summary: Ebuild Submission for the fox toolkit.
Status: RESOLVED DUPLICATE of bug 3969
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High enhancement (vote)
Assignee: Gentoo Linux bug wranglers
URL: http://www.fox-toolkit.org
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-06-22 20:38 UTC by Michael S Costello (MiscRat)
Modified: 2005-07-17 13:06 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael S Costello (MiscRat) 2002-06-22 20:38:55 UTC
<EBUILD FILENAME=/usr/portage/x11-libs/fox/fox-1.0.11.ebuild>
# Copyright 1999-2000 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Mike Costello <fraterm@io.com>
# Took in Documentation installation procedure from Brian Olsen <bnolsen@attbi.com>

A="fox-1.0.11.tar.gz"
S=${WORKDIR}/${P}
DESCRIPTION="C++ UI toolkit for X and OpenGL "
# pasv mode doesnt seem to work with this URI
# SRC_URI="ftp://ftp.fox-toolkit.org/pub/${A}"
# http should do the trick... same stuff anyways.
SRC_URI="http://www.fox-toolkit.org/ftp/${A}"
HOMEPAGE="http://www.fox-toolkit.org/"
DEPEND="virtual/glibc virtual/x11 opengl? ( virtual/opengl virtual/glu )"
RDEPEND="virtual/glibc virtual/x11 opengl? ( virtual/opengl virtual/glu )"

src_compile() {

    try ./configure --prefix=/usr --host=${CHOST} --enable-shared
    try make

}

src_install () {

    try make prefix=${D}/usr install
    dodoc README INSTALL LICENSE ADDITIONS AUTHORS TRACING
    # Fox Toolkit likes its docs to be in /usr/fox/html
    # Putting them in a better place instead...
    dodir /usr/share/doc/${PF}/html
    mv ${D}/usr/fox/html/* ${D}/usr/share/doc/${PF}/html/
    rmdir ${D}/usr/fox/html
    rmdir ${D}/usr/fox

}
</EBUILD>
<DIGEST FILENAME=/usr/portage/x11-libs/fox/files/digest-fox-1.0.11>
MD5 27d344b24b6158b9bc209f9ee3215619  fox-1.0.11.tar.gz 2105794
</DIGEST>
Comment 1 Michael S Costello (MiscRat) 2002-06-22 20:41:20 UTC
On IRC most of the time... please feel free to contact me there as well as
through the usual email channels.

I'll volunteer to work on more stuff if anyone needs extra ebuild ing ...

this is my third ebuild... so far... hopefully I'm not too bad at it.

Comment 2 Seemant Kulleen (RETIRED) gentoo-dev 2002-06-23 02:07:45 UTC

*** This bug has been marked as a duplicate of 3969 ***