libArcus-python3: lib32disabled=yes
Remove unnecessary python_version.
This commit is contained in:
parent
f43bda48d8
commit
d8d50ab356
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,8 @@
|
|||
# Template file for 'libArcus'
|
||||
pkgname=libArcus
|
||||
version=3.3.0
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=cmake
|
||||
python_version=3
|
||||
configure_args="-DBUILD_EXAMPLES=OFF"
|
||||
hostmakedepends="protobuf python3-sip-devel"
|
||||
makedepends="protobuf-devel python3-devel"
|
||||
|
@ -16,7 +15,7 @@ distfiles="https://github.com/Ultimaker/libArcus/archive/${version}.tar.gz"
|
|||
checksum=9416731ccc21fc51c7102431e4c9e2a01075676a7a095bdec2dc2a943359940a
|
||||
|
||||
libArcus-devel_package() {
|
||||
depends="${sourcepkg}-${version}_${revision}"
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
|
@ -26,6 +25,7 @@ libArcus-devel_package() {
|
|||
}
|
||||
|
||||
libArcus-python3_package() {
|
||||
lib32disabled=yes
|
||||
short_desc+=" - Python3 bindings"
|
||||
pkg_install() {
|
||||
vmove "usr/lib/python3*"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue