Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 374 - cool anti-aliased calendar dock app with clock
Summary: cool anti-aliased calendar dock app with clock
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Bart Verwilst
URL:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2002-01-27 19:16 UTC by bnl
Modified: 2002-02-04 11:08 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 bnl 2002-01-27 19:16:57 UTC
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Created <bnl@eecs.berkeley.edu> Jan 22, 2002
# wmCalClock-1.25.ebuild

DESCRIPTION="Window Maker calendar and time tool"
HOMEPAGE="http://nis-www.lanl.gov/~mgh/WindowMaker/DockApps.shtml"

S=${WORKDIR}/${P}
SRC_URI="http://nis-www.lanl.gov/~mgh/WindowMaker/${P}.tar.gz"
DEPEND="virtual/glibc"

src_compile() {

        cd Src
        make || die
}

src_install () {

        cd Src
        strip wmCalClock
        dobin wmCalClock
        doman wmCalClock.1
        cd ..
        dodoc HINTS README CHANGES COPYING
}
Comment 1 Mikael Hallendal (hallski) (RETIRED) gentoo-dev 2002-01-27 19:19:59 UTC
this depends on #373, right?
Comment 2 Mikael Hallendal (hallski) (RETIRED) gentoo-dev 2002-01-27 19:21:20 UTC
sorry, this shouldn't depend on any other issues.
Comment 3 Vitaly Kushneriuk (RETIRED) gentoo-dev 2002-02-04 11:08:12 UTC
Silly me I didn't saw this when I made my own ;)
x11-misc/wmCalClock-1.25