mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
tweeny: not noarch
Checks for 32/64 bit in usr/lib/cmake/Tweeny/TweenyConfigVersion.cmake # check that the installed version has the same 32/64bit-ness as the one which is currently searching: if(NOT CMAKE_SIZEOF_VOID_P STREQUAL "4") math(EXPR installedBits "4 * 8") set(PACKAGE_VERSION "${PACKAGE_VERSION} (${installedBits}bit)") set(PACKAGE_VERSION_UNSUITABLE TRUE) endif()
This commit is contained in:
parent
8cf125b896
commit
b465001ca9
1 changed files with 1 additions and 2 deletions
|
@ -1,8 +1,7 @@
|
||||||
# Template file for 'tweeny'
|
# Template file for 'tweeny'
|
||||||
pkgname=tweeny
|
pkgname=tweeny
|
||||||
version=3.1.0
|
version=3.1.0
|
||||||
revision=1
|
revision=2
|
||||||
archs=noarch
|
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
short_desc="Modern C++ tweening library"
|
short_desc="Modern C++ tweening library"
|
||||||
maintainer="Lorem <notloremipsum@protonmail.com>"
|
maintainer="Lorem <notloremipsum@protonmail.com>"
|
||||||
|
|
Loading…
Add table
Reference in a new issue