Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 438 - wmakerconf-2.8.1.ebuild (New Package)
Summary: wmakerconf-2.8.1.ebuild (New Package)
Status: RESOLVED 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:
Blocks:
 
Reported: 2002-01-30 14:57 UTC by Tim van den Elsen
Modified: 2003-02-04 19:42 UTC (History)
0 users

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


Attachments
ebuild voor wmakerconf-2.8.1 meant voor Window Maker (wmakerconf-2.8.1.tgz,768 bytes, text/plain)
2002-01-30 15:00 UTC, Tim van den Elsen
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tim van den Elsen 2002-01-30 14:57:02 UTC
Oi,

The attachment contains the wmakerconf ebuild file for the Window Maker manager.
It is a configuration utility with which u can set certain themes or change
menus for example.

Author: Joao Schim <joao@schim.net>

Regards,

Tim
Comment 1 Tim van den Elsen 2002-01-30 15:00:25 UTC
Created attachment 100 [details]
ebuild voor wmakerconf-2.8.1 meant voor Window Maker
Comment 2 Bart Verwilst 2002-02-04 10:40:24 UTC
Please put the ebuild here as a comment, that attachment isn't quite right ;o)
Thanks!
Comment 3 Tim van den Elsen 2002-02-04 11:49:41 UTC
 Create attachment
Hi Bart, 

 Bug 438
No file was provided, or it was empty.

Please press Back and try again.

this is the error i get when trying to add the .ebuild file.. any clue what i am
doing wrong? :)

Regards,

Tim

ps. i used browse to point to the .ebuild file.. selected it and pressed ok. it
showed in the bar as the selected file.. so everything should be ok. don't know
what's wrong... hope u can help.
Comment 4 Tim van den Elsen 2002-02-08 16:26:08 UTC
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author: Joao Schim <joao@schim.net>
# $Id:$

S=${WORKDIR}/${P}
DESCRIPTION="X based config tool for the windowmaker X windowmanager."
SRC_URI="http://wmaker.orcon.net.nz/current/${P}.tar.gz"
HOMEPAGE="http://ulli.on.openave.net/wmakerconf/"

DEPEND="x11-wm/WindowMaker x11-libs/libPropList"

RDEPEND="${DEPEND}"

src_compile() {

        local myopts

        ./configure --prefix=/usr \
                --host=${CHOST} \
                --enable-ipv6 \
                ${myopts} || die

        emake || die
}

src_install() {

        make prefix=${D}/usr install || die

        dodoc README MANUAL AUTHORS TODO THANKS BUGS NEW COPYING ChangeLog
}