First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 4043
Alias:
Product:
Component:
Status: RESOLVED
Resolution: DUPLICATE of bug 3969
Assigned To: Gentoo Linux bug wranglers <bug-wranglers@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Michael S Costello (MiscRat) <fraterm@cornbread.com>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 4043 depends on: Show dependency tree
Bug 4043 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2002-06-22 20:38 0000
<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 From Michael S Costello (MiscRat) 2002-06-22 20:41:20 0000 -------
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 From Seemant Kulleen (RETIRED) 2002-06-23 02:07:45 0000 -------

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

First Last Prev Next    No search results available      Search page      Enter new bug