# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-db/dbdesigner/dbdesigner-4.0.5.4.ebuild,v 1.5 2004/07/17 10:12:18 dholm Exp $ DESCRIPTION="DBDesigner 4 is a visual database design system that integrates database design, modeling, creation and maintenance into a single, seamless environment." HOMEPAGE="http://www.fabforce.net/dbdesigner4/" SRC_URI="http://fabforce.net/downloads/DBDesigner${PV}.tar.gz" # According to the following thread # http://www.fabforce.net/forum/viewtopic.php?t=992 # libborunwind.so.6.0 is needed by DBDesigner4-0.5.4 # Get it from the file 602sql-Xconsole-binary-8.1-1.tar.gz # http://www.software602.sk/produkty/602sql/download.php LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="x11-libs/qt x86? ( sys-libs/lib-compat ) amd64? ( app-emulation/emul-linux-x86-baselibs )" #RDEPEND="" MY_PN="DBDesigner4" S=${WORKDIR}/${MY_PN} INSTALLDIR=/opt/${MY_PN} pkg_setup() { ewarn ewarn "Note that I might not have all the dependencies worked" ewarn "out. If you have problems, file a report at" ewarn "http://bugs.gentoo.org and assign them to rizzo@gentoo.org" ewarn } src_install() { dodir ${INSTALLDIR} cp -a ${S}/* ${D}/${INSTALLDIR} cd ${D}/${INSTALLDIR}/Linuxlib ln -s bplrtl.so.6.9.0 bplrtl.so.6.9 ln -s dbxres.en.1.0 dbxres.en.1 ln -s libmidas.so.1.0 libmidas.so.1 ln -s libmysqlclient.so.10.0.0 libmysqlclient.so ln -s libqt.so.2.3.2 libqt.so.2 ln -s libqtintf-6.9.0-qt2.3.so libqtintf-6.9-qt2.3.so ln -s libsqlmy23.so.1.0 libsqlmy23.so ln -s libsqlmy23.so libsqlmy.so ln -s libsqlora.so.1.0 libsqlora.so ln -s libDbxSQLite.so.2.8.5 libDbxSQLite.so ln -s liblcms.so.1.0.9 liblcms.so ln -s libpng.so.2.1.0.12 libpng.so.2 ln -s libstdc++.so.5.0.0 libstdc++.so.5 exeinto /usr/bin doexe ${S}/startdbd } pkg_postinst() { einfo einfo "To start DBDesigner4, run 'startdbd'" einfo }