diff options
author | 2002-04-26 11:40:52 +0000 | |
---|---|---|
committer | 2002-04-26 11:40:52 +0000 | |
commit | 39dff06a4cb84c84196215ff185c97673d49699e (patch) | |
tree | b74e4269b19e6d7989290bd2b5f572bbdd444b10 /x11-misc/fluxconf | |
parent | new package (diff) | |
download | historical-39dff06a4cb84c84196215ff185c97673d49699e.tar.gz historical-39dff06a4cb84c84196215ff185c97673d49699e.tar.bz2 historical-39dff06a4cb84c84196215ff185c97673d49699e.zip |
new package
Diffstat (limited to 'x11-misc/fluxconf')
-rw-r--r-- | x11-misc/fluxconf/ChangeLog | 10 | ||||
-rw-r--r-- | x11-misc/fluxconf/files/digest-fluxconf-0.6 | 1 | ||||
-rw-r--r-- | x11-misc/fluxconf/fluxconf-0.6.ebuild | 24 |
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 + +} |