# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-db/sqlgui/sqlgui-0.5.ebuild,v 1.6 2004/06/24 22:00:54 agriffis Exp $ inherit kde need-kde 3 MY_P="${PN}-${PV}.0" DESCRIPTION="GUI for the dev-db/sqlguipart, administration tool for a mysql db" HOMEPAGE="http://www.sqlgui.de/" SRC_URI="http://www.sqlgui.de/download/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND=">=dev-db/mysql-3.23.38 >=dev-db/sqlguipart-${PV}" S=${WORKDIR}/${MY_P} myconf="$myconf --with-extra-includes=/usr/include/mysql"