diff options
Diffstat (limited to 'x11-misc/habak/habak-0.2.1.ebuild')
-rw-r--r-- | x11-misc/habak/habak-0.2.1.ebuild | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/x11-misc/habak/habak-0.2.1.ebuild b/x11-misc/habak/habak-0.2.1.ebuild new file mode 100644 index 000000000000..1d0c8adf9505 --- /dev/null +++ b/x11-misc/habak/habak-0.2.1.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/habak/habak-0.2.1.ebuild,v 1.1 2004/01/08 20:26:17 taviso Exp $ + +DESCRIPTION="A simple but powerful tool to set desktop wallpaper" +HOMEPAGE="http://lubuska.zapto.org/~hoppke/" +SRC_URI="http://lubuska.zapto.org/~hoppke/yellow_brown/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~alpha" + +DEPEND="virtual/x11 virtual/xft media-libs/imlib2" + +src_compile() { + emake || die "make failed" +} + +src_install() { + dobin habak + dodoc ChangeLog README TODO COPYING ${FILESDIR}/README.en +} |