summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCiaran McCreesh <ciaranm@gentoo.org>2004-04-30 09:29:45 +0000
committerCiaran McCreesh <ciaranm@gentoo.org>2004-04-30 09:29:45 +0000
commitbcb6cebfcaf76d03e38507be8b5d4fc86ae1983a (patch)
tree0c43138aaed66f3fb41efa0fdc0fd59b19ace5e7 /x11-misc/fbpager/fbpager-0.1.4.ebuild
parentlicense data for maya-5.0 (diff)
downloadgentoo-2-bcb6cebfcaf76d03e38507be8b5d4fc86ae1983a.tar.gz
gentoo-2-bcb6cebfcaf76d03e38507be8b5d4fc86ae1983a.tar.bz2
gentoo-2-bcb6cebfcaf76d03e38507be8b5d4fc86ae1983a.zip
New ebuild, thanks to Natanael Copa <mlists@tanael.org> in #47068
Diffstat (limited to 'x11-misc/fbpager/fbpager-0.1.4.ebuild')
-rw-r--r--x11-misc/fbpager/fbpager-0.1.4.ebuild26
1 files changed, 26 insertions, 0 deletions
diff --git a/x11-misc/fbpager/fbpager-0.1.4.ebuild b/x11-misc/fbpager/fbpager-0.1.4.ebuild
new file mode 100644
index 000000000000..915ddbbd409c
--- /dev/null
+++ b/x11-misc/fbpager/fbpager-0.1.4.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/fbpager/fbpager-0.1.4.ebuild,v 1.1 2004/04/30 09:29:45 ciaranm Exp $
+
+DESCRIPTION="A Pager for fluxbox"
+HOMEPAGE="http://fluxbox.sourceforge.net/fbpager"
+SRC_URI="http://fluxbox.org/download/${P}.tar.gz"
+LICENSE="MIT"
+
+SLOT="0"
+KEYWORDS="~x86 ~sparc ~mips ~amd64"
+IUSE=""
+DEPEND="virtual/x11"
+S=${WORKDIR}/${P}
+
+src_install() {
+ einstall || die
+ dodoc AUTHORS COPYING NEWS README TODO
+}
+
+pkg_postinst() {
+ einfo " "
+ einfo "To run fbpager inside the FluxBox slit, use fbpager -w"
+ einfo " "
+}
+