1
0
forked from ports/contrib

fuse-python: taken over port from prologic

This commit is contained in:
Danny Rawlins 2008-03-07 03:04:28 +11:00
parent b0fb6384d7
commit 4b6ea877e2

View File

@ -1,17 +1,16 @@
# 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
# Description: Python bindings for FUSE.
# URL: http://fuse.sourceforge.net/wiki/index.php/FusePython
# Maintainer: Danny Rawlins, romster 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)
source=(http://dl.sourceforge.net/sourceforge/fuse/fuse-python-$version.tar.gz)
build() {
cd $name-$version
cd fuse-python-$version
python setup.py install --root=$PKG
chown -R root:root $PKG
}