Ebuild: S=${WORKDIR}/${P} DESCRIPTION="XMMS plugin for MOD-like music files" SRC_URI="mirror://sourceforge/modplug-xmms/${P}.tar.gz" HOMEPAGE="http://modplug-xmms.sourceforge.net/" SLOT="0" LICENSE="GPL-2" KEYWORDS="x86" DEPEND="=x11-libs/gtk+-1.2* >=media-sound/xmms-1.2.5-r1" src_compile() { econf || die emake || die } src_install () { make DESTDIR=${D} install || die dodoc AUTHORS COPYING ChangeLog INSTALL README TODO }
Created attachment 6050 [details] modplugxmms-2.03.ebuild
There is a small problem with the ebuild :-P It installs everything just fine, except the libmodplugxmms.la that goes in the /usr/lib/xmms/Input. It says "/usr/lib/gcc-lib/i686-pc-linux-gnu/3.2.1/../../../../i686-pc-linux-gnu/bin/ld: cannot find -lmodplug collect2: ld returned 1 exit status libtool: install: error: relink `libmodplugxmms.la' with the above command before installing it". Hope that help in correcting the ebuild
thanks, added to portage.