blob: 34fdba90693d9fadd22e9cafe7c85f9677908f05 (
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-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-thinice-theme/gtk-thinice-theme-1.0.4-r1.ebuild,v 1.5 2002/10/17 15:21:20 aliz Exp $
S=${WORKDIR}/${P}
DESCRIPTION="GTK ThinICE theme"
SRC_URI="http://thinice.sourceforge.net/${P}.tar.gz"
HOMEPAGE="http://thinice.sourceforge.net"
KEYWORDS="x86"
SLOT="0"
LICENSE="GPL-2"
DEPEND="=x11-libs/gtk+-1.2*"
src_compile() {
econf || die
emake || die
}
src_install () {
einstall || die
dodoc AUTHORS COPYING ChangeLog NEWS README TODO
}
|