summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Hadaway <raker@gentoo.org>2003-07-25 13:49:11 +0000
committerNick Hadaway <raker@gentoo.org>2003-07-25 13:49:11 +0000
commitdd81d11cb7f04beb36526a01e268bcd68cfc9607 (patch)
treeddec2be26e57317d627032d234151839d0b51765 /x11-plugins/wmcoincoin/wmcoincoin-2.4.5b.ebuild
parentVersion bump. Closes bug #25109 (diff)
downloadgentoo-2-dd81d11cb7f04beb36526a01e268bcd68cfc9607.tar.gz
gentoo-2-dd81d11cb7f04beb36526a01e268bcd68cfc9607.tar.bz2
gentoo-2-dd81d11cb7f04beb36526a01e268bcd68cfc9607.zip
Version bump. Closes bug #25109
Diffstat (limited to 'x11-plugins/wmcoincoin/wmcoincoin-2.4.5b.ebuild')
-rw-r--r--x11-plugins/wmcoincoin/wmcoincoin-2.4.5b.ebuild34
1 files changed, 34 insertions, 0 deletions
diff --git a/x11-plugins/wmcoincoin/wmcoincoin-2.4.5b.ebuild b/x11-plugins/wmcoincoin/wmcoincoin-2.4.5b.ebuild
new file mode 100644
index 000000000000..7d5b2e9eeb51
--- /dev/null
+++ b/x11-plugins/wmcoincoin/wmcoincoin-2.4.5b.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcoincoin/wmcoincoin-2.4.5b.ebuild,v 1.1 2003/07/25 13:49:06 raker Exp $
+
+IUSE=""
+
+DESCRIPTION="Dockapp for browsing Dacode sites news and board"
+HOMEPAGE="http://hules.free.fr/wmcoincoin"
+SRC_URI="mirror://sourceforge/dacode/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+
+DEPEND="virtual/glibc
+ virtual/x11"
+
+src_compile() {
+ econf || die "configure failed"
+
+ emake || die "parallel make failed"
+}
+
+src_install () {
+ einstall || die "make install failed"
+
+ dobin wmcoincoin wmpanpan
+
+ dodoc README AUTHORS Changelog
+ docinto examples
+
+ insinto /usr/share/wmcoincoin
+ doins options useragents
+}