Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 766 - New Ebuild -- evilwm
Summary: New Ebuild -- evilwm
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Bart Verwilst
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-02-19 10:30 UTC by Seemant Kulleen
Modified: 2003-04-04 01:27 UTC (History)
0 users

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


Attachments
evilwm ebuild (evilwm-0.3.11.ebuild,570 bytes, application/octet-stream)
2002-02-19 10:30 UTC, Seemant Kulleen
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Seemant Kulleen 2002-02-19 10:30:07 UTC
evilwm is a lightweight and minimalist window manager for X.  I use it sometimes
for a change of scenery, and I quite like it, especially with the gkrellm
(surprise!).  With this ebuild, I chose the options to build it tiny, and then
strip the binary.  The results are pleasant.
Comment 1 Seemant Kulleen 2002-02-19 10:30:32 UTC
Created attachment 206 [details]
evilwm ebuild
Comment 2 Seemant Kulleen 2002-02-20 15:38:17 UTC
Hi,

I fixed up this ebuild a little.  The package nomenclature itself is weird. 
Note the _ in its title. However, upon untarballing, the _ becomes a -, that's
why the ${A} is being used here.

Thanks,

Seemant


# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author: Seemant Kulleen <seemant@rocketmail.com>
# $Header$

A=evilwm_0.3.11-1.tar.gz
S=${WORKDIR}/${P}
DESCRIPTION="A minimalist, no frills window manager for X."
SRC_URI="http://download.sourceforge.net/evilwm/${A}"
HOMEPAGE="http://evilwm.sourceforge.net"

DEPEND="virtual/x11
        virtual/glibc"

RDEPEND="$DEPEND"

src_compile() {

    emake allinone || die
}

src_install () {
    dodoc ChangeLog README*

    exeinto /usr/bin
    doexe evilwm

    doman evilwm.1
}
Comment 3 John Davis (zhen) (RETIRED) gentoo-dev 2003-04-04 01:22:49 UTC
db fix
Comment 4 John Davis (zhen) (RETIRED) gentoo-dev 2003-04-04 01:27:41 UTC
db fix