summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Nigbur <pyrania@gentoo.org>2004-12-05 00:58:32 +0000
committerMarkus Nigbur <pyrania@gentoo.org>2004-12-05 00:58:32 +0000
commitff98d29c7724574995feb3cae9eb7211fdc95c4d (patch)
tree56643ac97f4fb9a3b559b50ebf7187cb7c2d63f7 /x11-misc/hsetroot/hsetroot-1.0.2.ebuild
parentVersion bump for bug 73360. Updated HOMEPAGE and SRC_URI for both ebuilds. Up... (diff)
downloadgentoo-2-ff98d29c7724574995feb3cae9eb7211fdc95c4d.tar.gz
gentoo-2-ff98d29c7724574995feb3cae9eb7211fdc95c4d.tar.bz2
gentoo-2-ff98d29c7724574995feb3cae9eb7211fdc95c4d.zip
Initial import.
Diffstat (limited to 'x11-misc/hsetroot/hsetroot-1.0.2.ebuild')
-rw-r--r--x11-misc/hsetroot/hsetroot-1.0.2.ebuild24
1 files changed, 24 insertions, 0 deletions
diff --git a/x11-misc/hsetroot/hsetroot-1.0.2.ebuild b/x11-misc/hsetroot/hsetroot-1.0.2.ebuild
new file mode 100644
index 000000000000..7c7580f9f15a
--- /dev/null
+++ b/x11-misc/hsetroot/hsetroot-1.0.2.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/hsetroot/hsetroot-1.0.2.ebuild,v 1.1 2004/12/05 00:58:32 pyrania Exp $
+
+SRC_URI="http://thegraveyard.org/files/${P}.tar.gz"
+HOMEPAGE="http://thegraveyard.org/hsetroot.php"
+
+DEPEND="virtual/x11
+ >=imlib2-1.0.6.2003*
+ >=imlib2_loaders-1.0.4.2003*"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~x86"
+
+src_compile() {
+ econf || die
+ emake all || die
+}
+
+src_install () {
+ dobin src/hsetroot
+ dodoc README
+}