summaryrefslogtreecommitdiff
path: root/fuse-python
diff options
context:
space:
mode:
authorJames Mills <prologic@shortcircuit.net.au>2007-07-01 10:33:36 +1000
committerJames Mills <prologic@shortcircuit.net.au>2007-07-01 10:33:36 +1000
commitcb41657c78b672db8d373872ed5f8e9d8f4fc1e0 (patch)
tree1033a504704605f7588ebb9dc6bf19efe34d8828 /fuse-python
parent2e12c678f83becb2f1a3118d25e017b8ceced520 (diff)
downloadcontrib-cb41657c78b672db8d373872ed5f8e9d8f4fc1e0.tar.gz
contrib-cb41657c78b672db8d373872ed5f8e9d8f4fc1e0.tar.xz
fuse-python: NEW port
Diffstat (limited to 'fuse-python')
-rw-r--r--fuse-python/.footprint19
-rw-r--r--fuse-python/.md5sum1
-rw-r--r--fuse-python/Pkgfile17
3 files changed, 37 insertions, 0 deletions
diff --git a/fuse-python/.footprint b/fuse-python/.footprint
new file mode 100644
index 000000000..b92f99bdb
--- /dev/null
+++ b/fuse-python/.footprint
@@ -0,0 +1,19 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/lib/
+drwxr-xr-x root/root usr/lib/python2.5/
+drwxr-xr-x root/root usr/lib/python2.5/site-packages/
+-rw-r--r-- root/root usr/lib/python2.5/site-packages/fuse.py
+-rw-r--r-- root/root usr/lib/python2.5/site-packages/fuse.pyc
+drwxr-xr-x root/root usr/lib/python2.5/site-packages/fuse_python-0.2-py2.5.egg-info/
+-rw-r--r-- root/root usr/lib/python2.5/site-packages/fuse_python-0.2-py2.5.egg-info/PKG-INFO
+-rw-r--r-- root/root usr/lib/python2.5/site-packages/fuse_python-0.2-py2.5.egg-info/SOURCES.txt
+-rw-r--r-- root/root usr/lib/python2.5/site-packages/fuse_python-0.2-py2.5.egg-info/dependency_links.txt
+-rw-r--r-- root/root usr/lib/python2.5/site-packages/fuse_python-0.2-py2.5.egg-info/top_level.txt
+drwxr-xr-x root/root usr/lib/python2.5/site-packages/fuseparts/
+-rw-r--r-- root/root usr/lib/python2.5/site-packages/fuseparts/__init__.py
+-rw-r--r-- root/root usr/lib/python2.5/site-packages/fuseparts/__init__.pyc
+-rwxr-xr-x root/root usr/lib/python2.5/site-packages/fuseparts/_fusemodule.so
+-rw-r--r-- root/root usr/lib/python2.5/site-packages/fuseparts/setcompatwrap.py
+-rw-r--r-- root/root usr/lib/python2.5/site-packages/fuseparts/setcompatwrap.pyc
+-rw-r--r-- root/root usr/lib/python2.5/site-packages/fuseparts/subbedopts.py
+-rw-r--r-- root/root usr/lib/python2.5/site-packages/fuseparts/subbedopts.pyc
diff --git a/fuse-python/.md5sum b/fuse-python/.md5sum
new file mode 100644
index 000000000..d1484c93f
--- /dev/null
+++ b/fuse-python/.md5sum
@@ -0,0 +1 @@
+68be744e71a42cd8a92905a49f346278 fuse-python-0.2.tar.gz
diff --git a/fuse-python/Pkgfile b/fuse-python/Pkgfile
new file mode 100644
index 000000000..cec89be6c
--- /dev/null
+++ b/fuse-python/Pkgfile
@@ -0,0 +1,17 @@
+# Description: Python bindings for FUSE
+# URL: http://fuse.sourceforge.net/wiki/index.php/FusePython
+# Maintainer: James Mills, prologic at shortcircuit dot net dot au
+# Packager: James Mills, prologic at shortcircuit dot net dot au
+#
+# Depends on: python, fuse
+
+name=fuse-python
+version=0.2
+release=1
+source=(http://dl.sourceforge.net/sourceforge/fuse/$name-$version.tar.gz)
+
+build() {
+ cd $name-$version
+ python setup.py install --root=$PKG
+ chown -R root:root $PKG
+}

Generated by cgit