Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 372 - Mail checking dock app... needs libdockapp which I will attach next
Summary: Mail checking dock app... needs libdockapp which I will attach next
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Nick Hadaway
URL:
Whiteboard:
Keywords: EBUILD
Depends on: 373
Blocks:
  Show dependency tree
 
Reported: 2002-01-27 19:11 UTC by bnl
Modified: 2003-01-28 00:30 UTC (History)
1 user (show)

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:11:06 UTC
# Copyright 2002
# <bnl@eecs.berkeley.edu>

S=${WORKDIR}/${P}
DESCRIPTION="Window Maker Mail app"
SRC_URI="http://www.minet.uni-jena.de/~topical/sveng/wmail/${P}.tar.gz"
HOMEPAGE="http://www.minet.uni-jena.de/~topical/sveng/wmail.html"

DEPEND=">=x11-base/xfree-4.1.0 >=x11-libs/libdockapp-0.2"

src_compile() {

        patch -p0 < /usr/portage/x11-misc/wmail/files/patch-install
        emake || die "Failed to build package."

}

src_install() {

        dobin wmail
        dodoc README
        insinto /usr/share/wmail
        doins wmailrc-sample

}
Comment 1 bnl 2002-01-27 19:15:03 UTC
forgot to put title on this one...

wmail-1.71.ebuild
Comment 2 Geert Bevin 2002-01-29 03:14:38 UTC
you forgot to attach the installation patch
Comment 3 Bart Verwilst 2002-04-13 17:45:39 UTC
You didn't include your patch.. please include it as a comment.. Thanks!
Comment 4 Bart Verwilst 2002-07-04 19:21:17 UTC
Sorry, i don't use this dock-app stuff :o( 
Comment 5 SpanKY gentoo-dev 2002-09-04 09:01:19 UTC
incomplete ebuild submission ... re-open when you attach the patch