summaryrefslogtreecommitdiff
blob: 298c81ff87a67d338b2aed9d2751da5486c8bbe1 (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-2000 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Craig Joly <joly@ee.ualberta.ca>
# $Header: /var/cvsroot/gentoo-x86/x11-misc/toolbox/toolbox-0.6.0-r1.ebuild,v 1.2 2001/12/29 21:45:09 danarmak Exp $

S=${WORKDIR}/${P}
DESCRIPTION="blackbox style file configuration utility"
SRC_URI="http://movingparts.windsofstorm.net/bbkeys/${P}.tar.tz"
HOMEPAGE="http://movingparts.windsofstorm.net/code.shtml\#toolbox"

DEPEND=">=x11-wm/blackbox-0.61 
	>=x11-libs/qt-2.3.0"

src_compile() {

    QTDIr=/usr/qt/2 ./configure --prefix=/usr --host=${CHOST} || die
    emake || die

}

src_install () {

    make DESTDIR=${D} install || die
    dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README TODO
}