KMySQLAdmin is an administrative frontend to MySQL for KDE, sort of similar to SQLyog. I suggest putting in dev-db since other GUI DB frontends are there (knoda, etc). Please also note, I have not done many ebuilds so I don't think I did this right as the version of mysql I have install is 5.x and it put the includes and libs in folders called mysql-500 so I hard coded these into the ebuild with a DEPEND of >=mysql-5. Rick
Created attachment 79264 [details] kmysqladmin-0.7.2.ebuild
- hardcoding / is wrong, use ${ROOT} instead, when not using functions - calling emake is for KDE apps wrong as well, the src_compile body should look like this: local myconf="--with-mysql-lib=/usr/lib/mysql-500 --with-mysql-include=/usr/include/mysql-500" kde_src_compile
Created attachment 79689 [details] kmysqladmin-0.7.2-r1.ebuild Made changes to ebuild as suggested
Comment on attachment 79689 [details] kmysqladmin-0.7.2-r1.ebuild kmysqladmin-0.7.2-r1.ebuild
hum, in my system mysql 5 files are located in /usr/lib/mysql and /usr/include/mysql .... if any of you can explain me this difference (is still /usr/lib/mysql-500 the default dir if you have also previous versions of mysql?? If so, it may be the case to symlink or to add some checks in the ebuild) I'll try to refine it....
Upstream has disappeared and this is no longer fetchable.