blob: 6c52dc20fac0a4bd9a0b532aec38613c3c229dc8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-xfce/gtk-engines-xfce-2.2.7.ebuild,v 1.2 2005/05/18 11:48:30 seemant Exp $
inherit gtk-engines2
MY_P=${P/gtk-engines-xfce/gtk-xfce-engine}
S=${WORKDIR}/${MY_P}
DESCRIPTION="GTK+2 Xfce Theme Engine"
HOMEPAGE="http://xfce.sourceforge.net/"
SRC_URI="http://www.xfce.org/archive/xfce-4.2.1/src/${MY_P}.tar.gz
mirror://gentoo/${MY_P}.tar.gz
http://dev.gentoo.org/~seemant/distfiles/${MY_P}.tar.gz"
LICENSE="GPL-2"
SLOT="2"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
IUSE=""
DEPEND=">=x11-libs/gtk+-2"
|