summaryrefslogtreecommitdiff
blob: 73a692236d34b6e01de31f391f48b10eb94497c0 (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
27
28
29
30
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlgui/sqlgui-0.4.ebuild,v 1.5 2003/09/11 01:06:22 msterret Exp $
inherit kde-base

need-kde 3

newdepend ">=dev-db/mysql-3.23.38
	    >=dev-db/sqlguipart-$PV"

DESCRIPTION="GUI for the dev-db/sqlguipart, administration tool for a mysql db"
SRC_URI="http://www.sqlgui.de/download/sqlgui-0.4.0.tar.gz"
HOMEPAGE="http://www.sqlgui.de/"
LICENSE="GPL-2"
KEYWORDS="x86"
S=$WORKDIR/sqlgui-0.4.0/$P

myconf="$myconf --with-extra-includes=/usr/include/mysql"


src_unpack() {

	cd $WORKDIR
	unpack sqlgui-0.4.0.tar.gz
	cd sqlgui-0.4.0
	tar -xvzpf $P.tar.gz
	cd $S
	patch -p0 < $FILESDIR/$P-gcc3.diff

}