mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
libraries/apiextractor: Updated for version 0.10.5.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
This commit is contained in:
parent
fe17a6c7b4
commit
e3fe2bd29d
3 changed files with 10 additions and 13 deletions
|
@ -1,5 +1,4 @@
|
|||
The API Extractor library is used by the bindings generator to parse the header
|
||||
and typesystem files to create an internal representation of the API. It is
|
||||
based on the QtScriptGenerator codebase. It is mainly used to build PySide, a
|
||||
LGPL licenced python binding for Qt.
|
||||
|
||||
The API Extractor library is used by the bindings generator to parse the
|
||||
header and typesystem files to create an internal representation of the
|
||||
API. It is based on the QtScriptGenerator codebase. It is mainly used
|
||||
to build PySide, a LGPL licenced python binding for Qt.
|
||||
|
|
|
@ -5,16 +5,14 @@
|
|||
# Written by Grissiom <chaos.proton@gmail.com>
|
||||
|
||||
PRGNAM=apiextractor
|
||||
VERSION=${VERSION:-0.8.0}
|
||||
VERSION=${VERSION:-0.10.5}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
# Automatically determine the architecture we're building on:
|
||||
if [ -z "$ARCH" ]; then
|
||||
case "$( uname -m )" in
|
||||
i?86) ARCH=i486 ;;
|
||||
arm*) ARCH=arm ;;
|
||||
# Unless $ARCH is already set, use uname -m for all other archs:
|
||||
*) ARCH=$( uname -m ) ;;
|
||||
esac
|
||||
fi
|
||||
|
@ -59,8 +57,8 @@ cd build
|
|||
-DCMAKE_C_FLAGS:STRING="$SLKCFLAGS" \
|
||||
-DCMAKE_CXX_FLAGS:STRING="$SLKCFLAGS" \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-DCMAKE_VERBOSE_MAKEFILE:BOOL="on" \
|
||||
-DLIB_SUFFIX=${LIBDIRSUFFIX} \
|
||||
-DMAN_INSTALL_DIR=/usr/man \
|
||||
-DBUILD_TESTS:BOOL=OFF \
|
||||
-DENABLE_GCC_OPTIMIZATION:BOOL=ON \
|
||||
-DCMAKE_BUILD_TYPE=Release ..
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="apiextractor"
|
||||
VERSION="0.8.0"
|
||||
VERSION="0.10.5"
|
||||
HOMEPAGE="http://www.pyside.org/home-binding/api-extractor/"
|
||||
DOWNLOAD="http://www.pyside.org/files/apiextractor-0.8.0.tar.bz2"
|
||||
MD5SUM="24c0f025ff7bf5c7b72a3721fddcaad5"
|
||||
DOWNLOAD="http://www.pyside.org/files/apiextractor-0.10.5.tar.bz2"
|
||||
MD5SUM="cb9c14dbe5e9a2e4e8a960ebed36d9cb"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Grissiom"
|
||||
EMAIL="chaos.proton@gmail.com"
|
||||
APPROVED="dsomero"
|
||||
APPROVED="dsomero,Niels Horn"
|
||||
|
|
Loading…
Reference in a new issue