mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-14 15:50:07 +02:00
python_sip: bump version.
This commit is contained in:
@@ -7,8 +7,8 @@ HOMEPAGE="https://www.riverbankcomputing.com/software/sip/"
|
||||
COPYRIGHT="2015 Riverbank Computing Limited"
|
||||
LICENSE="GNU GPL v3"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://sourceforge.net/projects/pyqt/files/sip/sip-4.17/sip-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="603026822adf8673fca6e0ea20b02c3c4a2dccb309647656f7269adc8de89060"
|
||||
SOURCE_URI="http://sourceforge.net/projects/pyqt/files/sip/sip-$portVersion/sip-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="f1dc5c81c07a9ad97edcd4a0af964a41e420024ba7ca165afd2b351efd249cb6"
|
||||
SOURCE_DIR="sip-$portVersion"
|
||||
PATCHES="sip-$portVersion.patch"
|
||||
|
||||
@@ -19,21 +19,21 @@ PROVIDES="
|
||||
"
|
||||
REQUIRES="
|
||||
haiku
|
||||
cmd:python
|
||||
cmd:python2
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:python
|
||||
cmd:python2
|
||||
cmd:gcc
|
||||
cmd:make
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
$portPackageLinksDir/cmd~python/bin/python configure.py \
|
||||
$portPackageLinksDir/cmd~python2/bin/python2 configure.py \
|
||||
--platform=haiku-g++ \
|
||||
--bindir=$binDir \
|
||||
--incdir=$includeDir/python2.7 \
|
||||
Reference in New Issue
Block a user