# Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later S=${WORKDIR}/${P} DESCRIPTION="MySQL Navigator is MySQL database server GUI client program." SRC_URI="http://sql.kldp.org/snapshots/${P}.tar.gz" HOMEPAGE="http://sql.kldp.org/mysql" SLOT="0" LICENSE="GPL-2" KEYWORDS="x86" DEPEND="virtual/glibc virtual/x11 =x11-libs/qt-3* =dev-db/mysql-3*" src_compile() { local myconf myconf="--with-mysql-includes=/usr/include/mysql" # --with-mysql is not working (here) econf ${myconf} || die emake || die } src_install() { dodir /usr dodir /usr/lib make prefix=${D}/usr install || die }