Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 1324 - WMMemMon-0.7.0 (new ebuild)
Summary: WMMemMon-0.7.0 (new ebuild)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High enhancement (vote)
Assignee: Nick Hadaway
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-03-23 17:27 UTC by Gontran Zepeda
Modified: 2003-02-04 19:42 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 Gontran Zepeda 2002-03-23 17:27:40 UTC
# Distributed under the terms of the GNU General Public License, v2.

S=${WORKDIR}/${P}

DESCRIPTION="A program to monitor memory/swap usages."
SRC_URI="http://www.sh.rim.or.jp/~ssato/src/${P}.tar.gz"
HOMEPAGE="http://www.sh.rim.or.jp/~ssato/dockapp/index.shtml#wmmemmon"
DEPEND="virtual/glibc x11-base/xfree"
#RDEPEND=""

src_compile() {
        ./configure --prefix=/usr
        emake || die
}

src_install () {
        doman doc/wmmemmon.1
        dodoc AUTHORS THANKS TODO Changelog README
        dobin src/wmmemmon
        make install || die
}
Comment 1 Nick Hadaway 2002-10-03 10:04:27 UTC
wmmemmon 0.7.0 has been added to portage.  Version 1.0 is just around the 
corner for this app :')