summaryrefslogtreecommitdiff
blob: 21adb8fc618466e3435fa6107de0ff556bbeb00a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Copyright 1999-2005 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.6 2005/07/30 20:29:43 blubb Exp $

IUSE=""
DESCRIPTION="Tool which allows you to compose wallpapers ('root pixmaps') for X"
SRC_URI="http://thegraveyard.org/files/${P}.tar.gz"
HOMEPAGE="http://thegraveyard.org/hsetroot.php"

DEPEND="virtual/x11
	>=media-libs/imlib2-1.0.6.2003
	>=media-libs/imlib2_loaders-1.0.4.2003"

SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~amd64 ~ppc ~x86"

src_compile() {
	econf || die
	emake all || die
}

src_install () {
	dobin src/hsetroot
	dodoc README
}