diff options
Diffstat (limited to 'x11-misc/fluxbg/fluxbg-0.7.ebuild')
-rw-r--r-- | x11-misc/fluxbg/fluxbg-0.7.ebuild | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/x11-misc/fluxbg/fluxbg-0.7.ebuild b/x11-misc/fluxbg/fluxbg-0.7.ebuild new file mode 100644 index 000000000000..b2a7d12e79b2 --- /dev/null +++ b/x11-misc/fluxbg/fluxbg-0.7.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $ Header: $ + +S=${WORKDIR}/${P} +DESCRIPTION="fluxbg is a tool for comfortable background changing." +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" +HOMEPAGE="http://fluxbg.sourceforge.net/" + +IUSE="" +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86" + +DEPEND="virtual/x11 + x11-misc/commonbox-utils + >=sys-devel/autoconf-2.52 + >=dev-cpp/gtkmm-2.2.3" + +src_install () { + make install \ + prefix=${D}/usr || die "make install failed" + + dodoc AUTHORS COPYING CREDITS INSTALL NEWS README +} + |