summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-04-26 11:40:52 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-04-26 11:40:52 +0000
commitb79a3e0388b8358f4b2bdec168e4f2a453cc06c6 (patch)
tree97a033f43289109764cfd97a81a39cff802c09c7 /x11-misc/fluxconf
parentnew package (diff)
downloadgentoo-2-b79a3e0388b8358f4b2bdec168e4f2a453cc06c6.tar.gz
gentoo-2-b79a3e0388b8358f4b2bdec168e4f2a453cc06c6.tar.bz2
gentoo-2-b79a3e0388b8358f4b2bdec168e4f2a453cc06c6.zip
new package
Diffstat (limited to 'x11-misc/fluxconf')
-rw-r--r--x11-misc/fluxconf/ChangeLog10
-rw-r--r--x11-misc/fluxconf/files/digest-fluxconf-0.61
-rw-r--r--x11-misc/fluxconf/fluxconf-0.6.ebuild24
3 files changed, 35 insertions, 0 deletions
diff --git a/x11-misc/fluxconf/ChangeLog b/x11-misc/fluxconf/ChangeLog
new file mode 100644
index 000000000000..20a5fef109ca
--- /dev/null
+++ b/x11-misc/fluxconf/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for x11-misc/fluxconf
+# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/fluxconf/ChangeLog,v 1.1 2002/04/26 11:40:52 seemant Exp $
+
+*fluxconf-0.6 (26 Apr 2002)
+
+ 26 Apr 2002; Seemant Kulleen <seemant@gentoo.org> fluxconf-0.6.ebuild
+ files/digest-fluxconf-0.6 :
+
+ New package.
diff --git a/x11-misc/fluxconf/files/digest-fluxconf-0.6 b/x11-misc/fluxconf/files/digest-fluxconf-0.6
new file mode 100644
index 000000000000..2a4e7a80532c
--- /dev/null
+++ b/x11-misc/fluxconf/files/digest-fluxconf-0.6
@@ -0,0 +1 @@
+MD5 17099e2f6cb7206aac2a9f599b4c084b fluxconf-0.6.tar.bz2 21153
diff --git a/x11-misc/fluxconf/fluxconf-0.6.ebuild b/x11-misc/fluxconf/fluxconf-0.6.ebuild
new file mode 100644
index 000000000000..350ee30a8a71
--- /dev/null
+++ b/x11-misc/fluxconf/fluxconf-0.6.ebuild
@@ -0,0 +1,24 @@
+# Copyright 2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License, v2 or later
+# Author: Stuart Bouyer <stuart@palette.plala.or.jp>
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/fluxconf/fluxconf-0.6.ebuild,v 1.1 2002/04/26 11:40:52 seemant Exp $
+
+S=${WORKDIR}/${P}
+DESCRIPTION="Configuration editor for fluxbox"
+SRC_URI="http://devaux.fabien.free.fr/flux/${P}.tar.bz2"
+HOMEPAGE="http://devaux.fabien.free.fr/flux/"
+
+DEPEND=">=x11-libs/gtk+-1.2.10"
+
+
+
+src_compile() {
+
+ emake || die
+}
+
+src_install () {
+
+ dobin fluxconf fluxkeys || die
+
+}