summaryrefslogtreecommitdiff
path: root/databases/py-python-rrdtool/Makefile
diff options
context:
space:
mode:
authorfhajny <fhajny@pkgsrc.org>2014-08-10 18:26:33 +0000
committerfhajny <fhajny@pkgsrc.org>2014-08-10 18:26:33 +0000
commite94694617fe290a6b617e9d423dfe431f56b0a70 (patch)
tree599c5238293de97ceff870aecb9248c15cf5b344 /databases/py-python-rrdtool/Makefile
parent2ace400b140d7a24a37f8ef6fa6a85f4a25a3a39 (diff)
downloadpkgsrc-e94694617fe290a6b617e9d423dfe431f56b0a70.tar.gz
Import python-rrdtool as databases/py-python-rrdtool.
This is a working Python Package of RRDtool binding to Python. It delivers the same API as original binding.
Diffstat (limited to 'databases/py-python-rrdtool/Makefile')
-rw-r--r--databases/py-python-rrdtool/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/databases/py-python-rrdtool/Makefile b/databases/py-python-rrdtool/Makefile
new file mode 100644
index 00000000000..b86ed9ad3f9
--- /dev/null
+++ b/databases/py-python-rrdtool/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1 2014/08/10 18:26:33 fhajny Exp $
+
+DISTNAME= python-rrdtool-1.4.7
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= databases
+MASTER_SITES= https://pypi.python.org/packages/source/p/python-rrdtool/
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= https://github.com/pbanaszkiewicz/python-rrdtool
+COMMENT= Python bindings for RRDTool, the graphing and logging utility
+LICENSE= gnu-gpl-v2
+
+USE_TOOLS+= pkg-config
+
+PKGCONFIG_OVERRIDE+= rrdtool-1.4.7/src/librrd.pc.in
+
+PYDISTUTILSPKG= yes
+
+.include "../../databases/rrdtool/buildlink3.mk"
+.include "../../lang/python/extension.mk"
+.include "../../mk/bsd.pkg.mk"