From 0376cd6edfc4083b574e4d3719ff48113b08c720 Mon Sep 17 00:00:00 2001
From: Christian Neukirchen <chneukirchen@gmail.com>
Date: Sat, 20 Jun 2015 20:15:06 +0200
Subject: [PATCH] New package: python-llfuse-0.40

---
 srcpkgs/python-llfuse/template | 27 +++++++++++++++++++++++++++
 srcpkgs/python3.4-llfuse       |  1 +
 2 files changed, 28 insertions(+)
 create mode 100644 srcpkgs/python-llfuse/template
 create mode 120000 srcpkgs/python3.4-llfuse

diff --git a/srcpkgs/python-llfuse/template b/srcpkgs/python-llfuse/template
new file mode 100644
index 00000000000..bb28b6a1fcf
--- /dev/null
+++ b/srcpkgs/python-llfuse/template
@@ -0,0 +1,27 @@
+# Template file for 'python-llfuse'
+pkgname=python-llfuse
+version=0.40
+revision=1
+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"
+checksum=ee8b1125a6f2ab904d617d7602d86c0e3f69e40316cb1ae3abc33c218d3da857
+
+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
+	}
+}
diff --git a/srcpkgs/python3.4-llfuse b/srcpkgs/python3.4-llfuse
new file mode 120000
index 00000000000..5751629a3c0
--- /dev/null
+++ b/srcpkgs/python3.4-llfuse
@@ -0,0 +1 @@
+python-llfuse
\ No newline at end of file