forked from ports/contrib
fuse-python: taken over port from prologic
This commit is contained in:
parent
b0fb6384d7
commit
4b6ea877e2
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user