# 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.3 2003/02/13 10:05:15 vapier 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 }