diff options
Diffstat (limited to 'app-pda/synce-gnomevfs/synce-gnomevfs-0.12.ebuild')
-rw-r--r-- | app-pda/synce-gnomevfs/synce-gnomevfs-0.12.ebuild | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/app-pda/synce-gnomevfs/synce-gnomevfs-0.12.ebuild b/app-pda/synce-gnomevfs/synce-gnomevfs-0.12.ebuild new file mode 100644 index 000000000000..5ee2437b0b94 --- /dev/null +++ b/app-pda/synce-gnomevfs/synce-gnomevfs-0.12.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-gnomevfs/synce-gnomevfs-0.12.ebuild,v 1.1 2008/11/13 06:13:12 mescalinum Exp $ + +DESCRIPTION="SynCE - Gnome VFS extensions" +HOMEPAGE="http://sourceforge.net/projects/synce/" +LICENSE="MIT" + +SLOT="0" +KEYWORDS="~x86 ~amd64" +IUSE="debug" +DEPEND=">=gnome-base/gnome-vfs-2.0 + ~app-pda/synce-libsynce-0.12 + ~app-pda/synce-librapi2-0.12" + +SRC_URI="mirror://sourceforge/synce/${P}.tar.gz" + +src_compile() { + econf $(use_with debug verbose-debug) || die "Configure failed!" + emake || die +} + +src_install() { + make DESTDIR="${D}" install || die + dodoc AUTHORS ChangeLog NEWS README TODO +} |