21 lines
848 B
Bash
21 lines
848 B
Bash
# Template file for 'kicad'
|
|
pkgname=kicad
|
|
version=4.0.6
|
|
revision=2
|
|
build_style=cmake
|
|
configure_args="-DKICAD_BUILD_VERSION=$version -DKICAD_SKIP_BOOST=ON
|
|
-DKICAD_SCRIPTING=ON -DKICAD_SCRIPTING_MODULES=ON -DKICAD_SCRIPTING_WXPYTHON=ON
|
|
-DwxWidgets_CONFIG_EXECUTABLE=/usr/bin/wx-config-3.0"
|
|
hostmakedepends="pkg-config swig"
|
|
makedepends="wxWidgets-devel wxPython-devel python-devel glew-devel cairo-devel
|
|
libressl-devel boost-devel libcurl-devel"
|
|
depends="wxPython"
|
|
short_desc="Electronic schematic and PCB design software"
|
|
maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
|
|
license="GPL-2"
|
|
homepage="http://kicad-pcb.org"
|
|
distfiles="https://launchpad.net/${pkgname}/${version%.*}/${version}/+download/${pkgname}-${version}.tar.xz"
|
|
checksum=e97cacc179839e65f2afa14d8830a3bed549aaa9ed234c988851971bf2a42298
|
|
patch_args="-Np1"
|
|
|
|
CXXFLAGS="-std=c++11"
|