void-packages/srcpkgs/libArcus/template
Alessio Sergi d8d50ab356 libArcus-python3: lib32disabled=yes
Remove unnecessary python_version.
2018-05-20 18:54:10 +02:00

33 lines
925 B
Bash

# Template file for 'libArcus'
pkgname=libArcus
version=3.3.0
revision=2
build_style=cmake
configure_args="-DBUILD_EXAMPLES=OFF"
hostmakedepends="protobuf python3-sip-devel"
makedepends="protobuf-devel python3-devel"
depends="python3-sip"
short_desc="Communication library for Ultimaker software components"
maintainer="Karl Nilsson <karl.robert.nilsson@gmail.com>"
license="LGPL-3.0-or-later"
homepage="https://github.com/Ultimaker/libArcus"
distfiles="https://github.com/Ultimaker/libArcus/archive/${version}.tar.gz"
checksum=9416731ccc21fc51c7102431e4c9e2a01075676a7a095bdec2dc2a943359940a
libArcus-devel_package() {
depends="${sourcepkg}>=${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/cmake
vmove "usr/lib/*.so"
}
}
libArcus-python3_package() {
lib32disabled=yes
short_desc+=" - Python3 bindings"
pkg_install() {
vmove "usr/lib/python3*"
}
}