[Lunar-commits] <moonbase> pil: small tweaks.
Florin Braescu
florin at lunar-linux.org
Wed Dec 30 19:12:04 CET 2009
commit b442ac4b357e194e9e04d133ac7a406eabc01db4
Author: Florin Braescu <florin at lunar-linux.org>
Date: Wed Dec 30 20:12:04 2009 +0200
pil: small tweaks.
---
python/pil/BUILD | 14 +++++++-------
python/pil/DEPENDS | 4 ++--
python/pil/DETAILS | 8 ++++----
3 files changed, 13 insertions(+), 13 deletions(-)
diff --git a/python/pil/BUILD b/python/pil/BUILD
index 941c9ee..6237782 100644
--- a/python/pil/BUILD
+++ b/python/pil/BUILD
@@ -1,13 +1,13 @@
(
- sedit "s:extra_compile_args=EXTRA_COMPILE_ARGS:extra_compile_args=None:" setup.py &&
- sedit "s:extra_link_args=EXTRA_LINK_ARGS:extra_link_args=None:" setup.py &&
- python setup.py build_ext -i &&
- prepare_install &&
- cd libImaging &&
+ sedit "s:extra_compile_args=EXTRA_COMPILE_ARGS:extra_compile_args=None:" setup.py &&
+ sedit "s:extra_link_args=EXTRA_LINK_ARGS:extra_link_args=None:" setup.py &&
+ python setup.py build_ext -i &&
+ prepare_install &&
+ cd libImaging &&
cp ImPlatform.h Imaging.h /usr/include/python`installed_version Python | cut -d. -f1-2` &&
- cd .. &&
- python setup.py install &&
+ cd .. &&
+ python setup.py install &&
mkdir -p $DOCUMENT_DIRECTORY/pil &&
cp $SOURCE_CACHE/$SOURCE2 $DOCUMENT_DIRECTORY/pil
diff --git a/python/pil/DEPENDS b/python/pil/DEPENDS
index b0c8cd0..ea1140a 100644
--- a/python/pil/DEPENDS
+++ b/python/pil/DEPENDS
@@ -1,3 +1,3 @@
-depends Python &&
-depends jpeg &&
+depends Python
+depends jpeg
depends libpng
diff --git a/python/pil/DETAILS b/python/pil/DETAILS
index 2e33387..abddec3 100644
--- a/python/pil/DETAILS
+++ b/python/pil/DETAILS
@@ -3,18 +3,18 @@
SOURCE=Imaging-$VERSION.tar.gz
SOURCE2=pil-handbook.pdf
SOURCE_DIRECTORY=$BUILD_DIRECTORY/Imaging-$VERSION
- SOURCE_URL=http://www.effbot.org/downloads/
+ SOURCE_URL=http://www.effbot.org/downloads
SOURCE_VFY=sha1:952d241e4af8ba09f74e6926108b7c0c748d0f89
- SOURCE2_URL=http://www.pythonware.com/media/data/
+ SOURCE2_URL=http://www.pythonware.com/media/data
SOURCE2_VFY=sha1:120fbd27a797a7bd7e566eddbcb5590f144682f2
WEB_SITE=http://www.pythonware.com/products/pil/index.htm
ENTERED=20020420
UPDATED=20061220
- SHORT="image processing library."
+ SHORT="image processing library"
cat << EOF
The Python Imaging Library (PIL) adds image processing capabilities to
-your Python environment. This library provides extensive file format
+your Python environment. This library provides extensive file format
support, an efficient internal representation, and fairly powerful
image processing capabilities.
EOF
More information about the Lunar-commits
mailing list