30 lines
809 B
Bash
30 lines
809 B
Bash
# Template file for 'python-smbc'
|
|
pkgname=python-smbc
|
|
version=1.0.15.5
|
|
revision=1
|
|
wrksrc="pysmbc-${version}"
|
|
build_style=python-module
|
|
python_versions="2.7 3.4"
|
|
hostmakedepends="pkg-config python-devel python3.4-devel"
|
|
makedepends="${hostmakedepends/pkg-config/} samba-devel"
|
|
pycompile_module="smbc"
|
|
short_desc="Python2 bindings for libsmbclient"
|
|
homepage="https://pypi.python.org/pypi/pysmbc/"
|
|
license="GPL-2"
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
distfiles="${PYPI_SITE}/p/pysmbc/pysmbc-${version}.tar.bz2"
|
|
checksum=daf11350e0c2e120cc79cdca8d2058fccb9187dbf8697289ea7ee01ad388ba7d
|
|
|
|
pre_build() {
|
|
sed -i '/^#!/d' smbc/xattr.py
|
|
}
|
|
|
|
python3.4-smbc_package() {
|
|
pycompile_version="3.4"
|
|
pycompile_module="smbc"
|
|
short_desc="${short_desc/Python2/Python3.4}"
|
|
pkg_install() {
|
|
vmove usr/lib/python3.4
|
|
}
|
|
}
|