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

@@ -2,20 +2,20 @@ SUMMARY="Python Imaging Library"
DESCRIPTION="The Python Imaging Library (PIL) adds image processing \
capabilities to your Python interpreter. This library supports many file \
formats, and provides powerful image processing and graphics capabilities."
LICENSE="MIT"
HOMEPAGE="http://www.pythonware.com/products/pil/"
COPYRIGHT="
1997-2011 by Secret Labs AB
1995-2011 by Fredrik Lundh
"
ARCHITECTURES="x86_gcc2"
LICENSE="MIT"
REVISION="2"
HOMEPAGE="http://www.pythonware.com/products/pil/"
SOURCE_URI="http://effbot.org/downloads/Imaging-1.1.7.tar.gz"
CHECKSUM_SHA256="895bc7c2498c8e1f9b99938f1a40dc86b3f149741f105cf7c7bd2e0725405211"
SOURCE_DIR="Imaging-1.1.7"
PATCHES="python_imaging-$portVersion.patchset"
ARCHITECTURES="x86_gcc2"
PROVIDES="
python_imaging$secondaryArchSuffix = $portVersion
cmd:pilconvert.py
@@ -24,7 +24,6 @@ PROVIDES="
cmd:pilfont.py
cmd:pilprint.py
"
REQUIRES="
lib:libjpeg
lib:libz
@@ -34,7 +33,6 @@ BUILD_REQUIRES="
devel:libjpeg
devel:libz
"
BUILD_PREREQUIRES="
haiku_devel$secondaryArchSuffix
cmd:gcc