# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 IUSE="" inherit wxwidgets DESCRIPTION="This utility allows you to keep the MP3 collection on your Jukebox synchronised with the MP3s on your PC." SRC_URI="http://heanet.dl.sourceforge.net/sourceforge/nomadsync/${P}.tar.gz" HOMEPAGE="http://nomadsync.sourceforge.net/" LICENSE="GPL-2" KEYWORDS="x86" SLOT="0" DEPEND="media-libs/libnjb x11-libs/wxGTK media-libs/id3lib" RDEPEND="${DEPEND}" src_compile() { cd ${WORKDIR}/nomadsync need-wxwidgets gtk econf \ --libdir=/usr/lib \ --with-wx-config=${WX_CONFIG} \ --with-wxbase-config=${WX_CONFIG} || die "configure failed" emake -j1 || die "make failed" } src_install() { cd ${WORKDIR}/${PN} make DESTDIR=${D} install }