Some things:
- Remind that you will need to fix the header.
- wxgtk is only needed when building the gui, not the daemon (make that use flag dependable)
- gtk+ is then dependency of wxgtk, don’t ask for it yourself.
- Check other programs if and how they use wxwidgets through eselect (you can have 2.6 and 2.8 slotted on the same system, you will need 2.9)
- /home/bticoin?
- Strip optimizations from the Makefile and let the user provide them (or strip them properly)
- Don’t build static code. I have a Makefile that builds dynamic code. If you want I can send it to you. You will need to make changes to it.
Valuable reading material: http://devmanual.gentoo.org/ http://www.gentoo.org/proj/en/devrel/handbook/handbook.xml