summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-misc/netwmpager/netwmpager-1.6.ebuild')
-rw-r--r--x11-misc/netwmpager/netwmpager-1.6.ebuild29
1 files changed, 29 insertions, 0 deletions
diff --git a/x11-misc/netwmpager/netwmpager-1.6.ebuild b/x11-misc/netwmpager/netwmpager-1.6.ebuild
new file mode 100644
index 000000000000..e0a336652200
--- /dev/null
+++ b/x11-misc/netwmpager/netwmpager-1.6.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/netwmpager/netwmpager-1.6.ebuild,v 1.1 2005/07/02 10:05:30 usata Exp $
+
+DESCRIPTION="EWMH (NetWM) compatible pager. Works with Openbox and other EWMH
+compliant window managers."
+SRC_URI="http://onion.dynserv.net/~timo/files/${P}.tar.bz2"
+HOMEPAGE="http://onion.dynserv.net/~timo/?page=Projects/netwmpager"
+SLOT="0"
+IUSE=""
+
+DEPEND="virtual/x11 virtual/xft"
+
+LICENSE="GPL-2"
+KEYWORDS="~x86"
+
+src_compile()
+{
+ # econf doesn't work
+ ./configure --prefix=/usr || die
+ emake || die
+}
+
+src_install ()
+{
+ make DESTDIR=${D} install || die
+
+ dodoc AUTHORS ChangeLog README THANKS TODO
+}