S="${WORKDIR}/${MY_P}"
src_configure() {
econf $(use_enable debug)
econf $(use debug && echo "--enable-debug")
}
src_install () {