Skip to content
Snippets Groups Projects
Commit e35da98f authored by Guilhem Saurel's avatar Guilhem Saurel
Browse files

[wip/py-mraa] needs libjson-c & git

parent 09c58af5
No related branches found
No related tags found
No related merge requests found
......@@ -2,24 +2,28 @@
# Created: Guilhem Saurel on Thu, 24 May 2018
#
#PKGBASE= mraa
PKGBASE= mraa
VERSION= 1.9.0
DISTNAME= v${VERSION}
PKGNAME= mraa-${VERSION}
PKGNAME= ${PKGBASE}-${VERSION}
WRKSRC= ${WRKDIR}/${PKGNAME}
MASTER_SITES= ${MASTER_SITE_GITHUB:=intel-iot-devkit/${PKGBASE}/archive/}
MASTER_REPOSITORY= ${MASTER_REPOSITORY_GITHUB}/intel-iot-devkit/${PKGBASE}
MAINTAINER= gepetto-soft@laas.fr
COMMENT= low speed IO communication in C with bindings in python
COMMENT= IO communication in C with bindings in C++ python & java
LICENSE= mit
CATEGORIES= hardware
HOMEPAGE= http://mraa.io
CMAKE_ARGS+= -DBUILDSWIGNODE=OFF
include ../../wip/mk/sysdep/libjson-c.mk
include ../../pkgtools/pkg-config/depend.mk
include ../../devel/swig/depend.mk
include ../../mk/sysdep/cmake.mk
include ../../mk/sysdep/git.mk
include ../../mk/sysdep/python.mk
include ../../mk/language/c.mk
include ../../mk/language/c++.mk
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment