blob: 3219e161be36ebc509017575160b898bb523c853 (
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-2000 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Your Name <your email>
# /home/cvsroot/gentoo-x86/skel.build,v 1.2 2001/02/15 18:17:31 achim Exp
# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk-thinice-theme/gtk-thinice-theme-1.0.4.ebuild,v 1.2 2001/08/30 17:31:36 pm Exp $
S=${WORKDIR}/${P}
DESCRIPTION="Gtk engine, thinice"
SRC_URI="http://thinice.sourceforge.net/${P}.tar.gz"
HOMEPAGE="http://thinice.sourceforge.net"
DEPEND=">=x11-libs/gtk+-1.2.10"
src_compile() {
try ./configure --prefix=/usr/X11R6 --host=${CHOST}
try pmake
}
src_install () {
try make prefix=${D}/usr/X11R6 install
}
|