diff options
Diffstat (limited to 'x11-misc/fluxconf')
-rw-r--r-- | x11-misc/fluxconf/ChangeLog | 9 | ||||
-rw-r--r-- | x11-misc/fluxconf/files/digest-fluxconf-0.8.5 | 1 | ||||
-rw-r--r-- | x11-misc/fluxconf/fluxconf-0.8.5.ebuild | 33 |
3 files changed, 42 insertions, 1 deletions
diff --git a/x11-misc/fluxconf/ChangeLog b/x11-misc/fluxconf/ChangeLog index 20a5fef109ca..b9747f237a72 100644 --- a/x11-misc/fluxconf/ChangeLog +++ b/x11-misc/fluxconf/ChangeLog @@ -1,6 +1,13 @@ # 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 $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/fluxconf/ChangeLog,v 1.2 2002/07/15 01:42:13 seemant Exp $ + +*fluxconf-0.8.5 (14 Jul 2002) + + 14 Jul 2002; Seemant Kulleen <seemant@gentoo.org> fluxconf-0.8.5.ebuild + files/digest-fluxconf-0.8.5 : + + Much needed version bump. *fluxconf-0.6 (26 Apr 2002) diff --git a/x11-misc/fluxconf/files/digest-fluxconf-0.8.5 b/x11-misc/fluxconf/files/digest-fluxconf-0.8.5 new file mode 100644 index 000000000000..23f546d8d6d3 --- /dev/null +++ b/x11-misc/fluxconf/files/digest-fluxconf-0.8.5 @@ -0,0 +1 @@ +MD5 ce6293db34533ba2a173b2ca286ebd6c fluxconf-0.8.5.tar.gz 108078 diff --git a/x11-misc/fluxconf/fluxconf-0.8.5.ebuild b/x11-misc/fluxconf/fluxconf-0.8.5.ebuild new file mode 100644 index 000000000000..ffce48fc89ee --- /dev/null +++ b/x11-misc/fluxconf/fluxconf-0.8.5.ebuild @@ -0,0 +1,33 @@ +# Copyright 2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/x11-misc/fluxconf/fluxconf-0.8.5.ebuild,v 1.1 2002/07/15 01:42:13 seemant Exp $ + +S=${WORKDIR}/${P} +DESCRIPTION="Configuration editor for fluxbox" +SRC_URI="http://devaux.fabien.free.fr/flux/${P}.tar.gz" +HOMEPAGE="http://devaux.fabien.free.fr/flux/" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="x86" + +DEPEND="=x11-libs/gtk+-1.2*" + +src_compile() { + + econf || die + emake || die +} + +src_install () { + + einstall || die + + + rm ${D}/usr/bin/fluxkeys ${D}/usr/bin/fluxmenu + + dosym /usr/bin/fluxconf /usr/bin/fluxkeys + dosym /usr/bin/fluxconf /usr/bin/fluxmenu + + dodoc AUTHORS COPYING ChangeLog NEWS README +} |