Fix ordering

This commit is contained in:
Vale
2016-02-17 14:26:37 -05:00
parent c78e400f98
commit 4ceccd41e1
491 changed files with 2610 additions and 2977 deletions

View File

@@ -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