python-llfuse: fix for musl.

This commit is contained in:
Christian Neukirchen 2015-06-20 20:18:40 +02:00
parent 0376cd6edf
commit d2da27882c
1 changed files with 5 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'python-llfuse'
pkgname=python-llfuse
version=0.40
revision=1
revision=2
wrksrc="llfuse-${version}"
build_style=python-module
python_versions="2.7 3.4"
@ -16,6 +16,10 @@ homepage="https://bitbucket.org/nikratio/python-llfuse/"
distfiles="https://bitbucket.org/nikratio/python-llfuse/downloads/llfuse-${version}.tar.bz2"
checksum=ee8b1125a6f2ab904d617d7602d86c0e3f69e40316cb1ae3abc33c218d3da857
post_extract() {
sed -i 's/__gnu_linux__/__linux__/g' src/llfuse/capi.c
}
python3.4-llfuse_package() {
depends="python3.4"
pycompile_version="3.4"