Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 854 - xqf-0.9.8.ebuild submission (depends on bug number 853 to work properly)
Summary: xqf-0.9.8.ebuild submission (depends on bug number 853 to work properly)
Status: VERIFIED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High enhancement (vote)
Assignee: Bart Verwilst
URL:
Whiteboard:
Keywords:
Depends on: 853
Blocks:
  Show dependency tree
 
Reported: 2002-02-25 22:46 UTC by Michael S Costello (MiscRat)
Modified: 2003-02-04 19:42 UTC (History)
0 users

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


Attachments
expands within /usr/portage/app-games to create the xqf directory with the proper files (xqf.tar.bz2,1.14 KB, application/octet-stream)
2002-02-25 22:49 UTC, Michael S Costello (MiscRat)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Michael S Costello (MiscRat) 2002-02-25 22:46:23 UTC
updated xqf-0.9.8.ebuild and md5sum file
attaching the ebuild and md5sum files
tested the build on my home machine with my home qstat and xqf ebuilds.

this is fun :)

I placed this in app-games/xqf in my /usr/portage tree

ebuild:
# Copyright 1999-2000 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Michael S Costello <fraterm@io.com>

S=${WORKDIR}/xqf-0.9.8
DESCRIPTION="GTK+ front end for qstat"
SRC_URI="http://prdownloads.sourceforge.net/xqf/xqf-0.9.8.tar.gz"
HOMEPAGE="http://www.linuxgames.com/xqf/"
SLOT="0"
DEPEND="virtual/glibc
        >=app-games/qstat-24e
        >=x11-libs/gtk+-1.2.10-r4
        >=sys-devel/gettext-0.10.40
        >=net-misc/wget-1.8.1-r1"

src_unpack() {

        unpack xqf-0.9.8.tar.gz
}

src_compile() {
        ./configure --host=${CHOST} \
        --prefix=/usr \
        || die
        make CC=gcc || die

}

src_install () {

        make install \
        || die
        dodoc AUTHORS ChangeLog NEWS README TODO
        docinto docs
        dodoc xqfdocs.html
}

files/digest-xqf-0.9.8/digest-xqf-0.9.8
MD5 b0e0b0e99debb8fd9209d4d31390693c xqf-0.9.8.tar.gz 409580
Comment 1 Michael S Costello (MiscRat) 2002-02-25 22:49:23 UTC
Created attachment 239 [details]
expands within /usr/portage/app-games to create the xqf directory with the proper files

Expands within /usr/portage/app-games to create the xqf directory with the
proper files.

Enjoy!
Comment 2 Daniel Robbins (RETIRED) gentoo-dev 2002-03-15 01:03:42 UTC
remove src_unpack(); you cannot simply "make install" as this won't install
files into ${D}...
Comment 3 Bart Verwilst 2002-05-14 09:50:11 UTC
xqf-0.9.8 is already in portage? Closing