mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-14 15:50:07 +02:00
Fix ordering
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user