contrib/fuse-python/Pkgfile

17 lines
461 B
Plaintext
Raw Normal View History

# 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
2008-03-07 19:07:59 +01:00
# Depends on: setuptools fuse
2007-07-01 02:33:36 +02:00
name=fuse-python
version=0.2
release=1
source=(http://dl.sourceforge.net/sourceforge/fuse/fuse-python-$version.tar.gz)
2007-07-01 02:33:36 +02:00
build() {
cd fuse-python-$version
2007-07-01 02:33:36 +02:00
python setup.py install --root=$PKG
}