blob: 7cd6d56f307c3691ef512202488362bd9e7a84b2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/rox-extra/wallpaper/wallpaper-1.9.2.ebuild,v 1.2 2005/03/06 00:44:37 josejx Exp $
DESCRIPTION="Wallpaper - For setting the backdrop for the ROX Desktop"
HOMEPAGE="http://rox.sourceforge.net/"
SRC_URI="mirror://sourceforge/rox/${P}.tgz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86 ~ppc"
IUSE=""
ROX_LIB_VER=1.9.10
APPNAME=Wallpaper
inherit rox
|