summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFederico Ferri <mescalinum@gentoo.org>2008-11-13 00:16:53 +0000
committerFederico Ferri <mescalinum@gentoo.org>2008-11-13 00:16:53 +0000
commitd23ae6ba60780a60ecf5a0b74dce1e0b1eb7c221 (patch)
tree48f3a96c2d91e14b03eb264aaabcfe7fb8b4e9e4 /app-pda/synce-gvfs/synce-gvfs-0.1.ebuild
parentamd64 stable, bug #246558 (diff)
downloadhistorical-d23ae6ba60780a60ecf5a0b74dce1e0b1eb7c221.tar.gz
historical-d23ae6ba60780a60ecf5a0b74dce1e0b1eb7c221.tar.bz2
historical-d23ae6ba60780a60ecf5a0b74dce1e0b1eb7c221.zip
getting synce-0.12 into tree. ebuild coming from synce overlay, reviewed and tested.
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'app-pda/synce-gvfs/synce-gvfs-0.1.ebuild')
-rw-r--r--app-pda/synce-gvfs/synce-gvfs-0.1.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/app-pda/synce-gvfs/synce-gvfs-0.1.ebuild b/app-pda/synce-gvfs/synce-gvfs-0.1.ebuild
new file mode 100644
index 000000000000..c724ed24648c
--- /dev/null
+++ b/app-pda/synce-gvfs/synce-gvfs-0.1.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-gvfs/synce-gvfs-0.1.ebuild,v 1.1 2008/11/13 00:02:29 mescalinum Exp $
+
+DESCRIPTION="SynCE - Gnome GVFS extensions"
+HOMEPAGE="http://sourceforge.net/projects/synce/"
+LICENSE="MIT"
+
+SLOT="0"
+KEYWORDS="~x86 ~amd64"
+IUSE=""
+DEPEND="=gnome-base/gvfs-0.2*
+ ~app-pda/synce-libsynce-0.12
+ ~app-pda/synce-librapi2-0.12"
+
+SRC_URI="mirror://sourceforge/synce/${P}.tar.gz"
+
+src_install() {
+ make DESTDIR="${D}" install || die
+ dodoc AUTHORS ChangeLog NEWS README TODO
+}