blob: bd785b6a60d2f540f5a57ed07dc1cc8e5b8c64ff (
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 or later
# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-thinice-theme/gtk-thinice-theme-1.0.4-r1.ebuild,v 1.2 2002/06/29 13:32:17 seemant Exp $
S=${WORKDIR}/${P}
DESCRIPTION="GTK ThinICE theme"
SRC_URI="http://thinice.sourceforge.net/${P}.tar.gz"
HOMEPAGE="http://thinice.sourceforge.net"
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
}
|