summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD23
1 files changed, 23 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..d8ff96cd3715
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,23 @@
+#Automatically generated by pip2arch on 2014-12-11
+
+pkgname=python-mosquitto
+pkgver=1.2.3
+pkgrel=1
+pkgdesc="MQTT version 3.1 client class"
+url="http://mosquitto.org/"
+depends=('python' )
+makedepends=('python3' )
+license=('CUSTOM')
+arch=('any')
+source=('https://pypi.python.org/packages/source/m/mosquitto/mosquitto-1.2.3.tar.gz')
+md5sums=('e25d3fb8eb258f7376c59f81870c78ca')
+
+build() {
+ cd $srcdir/mosquitto-1.2.3
+ python setup.py build
+}
+
+package() {
+ cd $srcdir/mosquitto-1.2.3
+ python setup.py install --root="$pkgdir" --optimize=1
+}