24 lines
728 B
Bash
24 lines
728 B
Bash
# Template file for 'python-llfuse'
|
|
pkgname=python-llfuse
|
|
version=1.3
|
|
revision=1
|
|
wrksrc="llfuse-${version}"
|
|
build_style=python-module
|
|
hostmakedepends="python-setuptools python3-setuptools pkg-config"
|
|
makedepends="python-devel python3-devel fuse-devel attr-devel"
|
|
depends="python"
|
|
short_desc="Python2 bindings for the low level FUSE API"
|
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
|
license="LGPL-2"
|
|
homepage="https://bitbucket.org/nikratio/python-llfuse/"
|
|
distfiles="${PYPI_SITE}/l/llfuse/llfuse-${version}.tar.bz2"
|
|
checksum=d1ab2c7cdaeed1c4c99882f2ad44df3906db263b832d76de18291e484c685bd2
|
|
|
|
python3-llfuse_package() {
|
|
depends="python3"
|
|
short_desc="${short_desc/Python2/Python3}"
|
|
pkg_install() {
|
|
vmove usr/lib/python3*
|
|
}
|
|
}
|