void-packages/srcpkgs/python-llfuse/template

32 lines
969 B
Bash
Raw Normal View History

2015-06-20 18:15:06 +00:00
# Template file for 'python-llfuse'
pkgname=python-llfuse
2015-08-23 10:04:07 +00:00
version=0.41.1
2015-08-21 16:59:06 +00:00
revision=1
2015-06-20 18:15:06 +00:00
wrksrc="llfuse-${version}"
build_style=python-module
python_versions="2.7 3.4"
pycompile_module="llfuse"
hostmakedepends="python-setuptools python3.4-setuptools pkg-config"
makedepends="python-devel python3.4-devel fuse-devel attr-devel"
depends="python"
short_desc="Python2 bindings for the low level FUSE API"
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
license="LGPL-2"
homepage="https://bitbucket.org/nikratio/python-llfuse/"
distfiles="https://bitbucket.org/nikratio/python-llfuse/downloads/llfuse-${version}.tar.bz2"
2015-08-23 10:04:07 +00:00
checksum=4ad1bc6439b048e472160c46b2a72aec5d549c1920ff789237088cb312c7b4c6
2015-06-20 18:15:06 +00:00
2015-06-20 18:18:40 +00:00
post_extract() {
sed -i 's/__gnu_linux__/__linux__/g' src/llfuse/capi.c
}
2015-06-20 18:15:06 +00:00
python3.4-llfuse_package() {
depends="python3.4"
pycompile_version="3.4"
pycompile_module="llfuse"
short_desc="${short_desc/Python2/Python3.4}"
pkg_install() {
vmove usr/lib/python3.4
}
}