mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-17 17:20:07 +02:00
Fix ordering
This commit is contained in:
@@ -16,22 +16,22 @@ making the order of entries in a config file significant, which is desirable \
|
||||
in applications like image galleries.
|
||||
"
|
||||
HOMEPAGE="http://code.google.com/p/iniparse/"
|
||||
SOURCE_URI="http://iniparse.googlecode.com/files/iniparse-0.4.tar.gz"
|
||||
CHECKSUM_SHA256="abc1ee12d2cfb2506109072d6c21e40b6c75a3fe90a9c924327d80bc0d99c054"
|
||||
COPYRIGHT="2001-2008 Python Software Foundation
|
||||
2004-2009 Paramjit Oberoi
|
||||
2007 Tim Lauridsen"
|
||||
LICENSE="MIT"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://iniparse.googlecode.com/files/iniparse-0.4.tar.gz"
|
||||
CHECKSUM_SHA256="abc1ee12d2cfb2506109072d6c21e40b6c75a3fe90a9c924327d80bc0d99c054"
|
||||
SOURCE_DIR="iniparse-0.4"
|
||||
PATCHES="iniparse-0.4.patchset"
|
||||
|
||||
ARCHITECTURES="x86 ?x86_gcc2"
|
||||
SECONDARY_ARCHITECTURES="x86 ?x86_gcc2"
|
||||
|
||||
SOURCE_DIR="iniparse-0.4"
|
||||
|
||||
PROVIDES="
|
||||
iniparse$secondaryArchSuffix = $portVersion
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
cmd:python$secondaryArchSuffix
|
||||
@@ -40,13 +40,10 @@ REQUIRES="
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:python$secondaryArchSuffix
|
||||
"
|
||||
|
||||
PATCHES="iniparse-0.4.patchset"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
$portPackageLinksDir/cmd~python/bin/python setup.py build
|
||||
|
||||
Reference in New Issue
Block a user