summaryrefslogtreecommitdiff
blob: 02c518dde7981faa320f1df80173e0b4a33918bf (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
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-xfce-engine/gtk-xfce-engine-2.0.7.ebuild,v 1.3 2002/10/22 15:45:01 bjb Exp $

S=${WORKDIR}/${P}
DESCRIPTION="Gtk+-2 engine, xfce"
SRC_URI="mirror://sourceforge/xfce/${P}.tar.gz"
HOMEPAGE="http://sourceforge.net/projects/xfce/"

DEPEND=">=x11-libs/gtk+-2.0.5"
RDEPEND="$DEPEND"

LICENSE="GPL-2"
SLOT="0" 
KEYWORDS="x86 alpha"

src_compile() {
	econf
	emake || die
}

src_install () {
	einstall
	dodoc AUTHORS COPYING INSTALL NEWS README TODO
}