summaryrefslogtreecommitdiff
path: root/sys-fs/fur/fur-0.4.3.ebuild
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2008-05-13 11:16:48 +0200
committerRené 'Necoro' Neumann <necoro@necoro.net>2008-05-13 11:16:48 +0200
commit5a3e7b4cf6d0715deb2ff4e0b57f51c0139e87ef (patch)
tree28b29eac6ceb1c3e29f85c21419e4872c1d92537 /sys-fs/fur/fur-0.4.3.ebuild
parent9ca45e2fe5c39e85248b48d0c2c1fecffd5fd56c (diff)
downloadoverlay-5a3e7b4cf6d0715deb2ff4e0b57f51c0139e87ef.tar.gz
overlay-5a3e7b4cf6d0715deb2ff4e0b57f51c0139e87ef.tar.bz2
overlay-5a3e7b4cf6d0715deb2ff4e0b57f51c0139e87ef.zip
adding FUR -- does not work with current librapi2
Diffstat (limited to 'sys-fs/fur/fur-0.4.3.ebuild')
-rw-r--r--sys-fs/fur/fur-0.4.3.ebuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/sys-fs/fur/fur-0.4.3.ebuild b/sys-fs/fur/fur-0.4.3.ebuild
new file mode 100644
index 0000000..e282a37
--- /dev/null
+++ b/sys-fs/fur/fur-0.4.3.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+MY_P=${P/fur/FUR}
+
+DESCRIPTION="Mount a Windows CE based device on your Linux file system using
+FUSE."
+HOMEPAGE="http://www.infis.univ.trieste.it/~riccardo/"
+SRC_URI="http://www.infis.univ.trieste.it/~riccardo/downloads/${MY_P}.tar.gz"
+
+LICENSE="public-domain"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+
+DEPEND="app-pda/synce-librapi2 app-pda/synce-libsynce sys-fs/fuse"
+
+S=${WORKDIR}/${MY_P}
+
+src_install() {
+ dobin ${S}/Fur
+}