[Lunar-commits] <moonbase> pycairo: small tweaks.
Florin Braescu
florin at lunar-linux.org
Fri Apr 13 20:50:39 CEST 2012
commit d037c5b87cf78ddee93dfbe93145bbd0c5740c7e
Author: Florin Braescu <florin at lunar-linux.org>
Date: Fri Apr 13 20:50:39 2012 +0200
pycairo: small tweaks.
---
python/pycairo/BUILD | 10 +++++-----
python/pycairo/DETAILS | 4 ++--
2 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/python/pycairo/BUILD b/python/pycairo/BUILD
index d43a791..8009119 100644
--- a/python/pycairo/BUILD
+++ b/python/pycairo/BUILD
@@ -1,12 +1,12 @@
(
if [ -d /usr/lib64 ]; then
- ./waf configure --prefix=/usr --libdir=/usr/lib64
+ ./waf configure --prefix=/usr --libdir=/usr/lib64
else
- ./waf configure --prefix=/usr
- fi &&
- ./waf build &&
- prepare_install &&
+ ./waf configure --prefix=/usr
+ fi &&
+ ./waf build &&
+ prepare_install &&
./waf install
) > $C_FIFO 2>&1
diff --git a/python/pycairo/DETAILS b/python/pycairo/DETAILS
index be53365..c055b11 100644
--- a/python/pycairo/DETAILS
+++ b/python/pycairo/DETAILS
@@ -1,10 +1,10 @@
MODULE=pycairo
VERSION=1.10.0
SOURCE=py2cairo-$VERSION.tar.bz2
- SOURCE_URL=http://cairographics.org/releases/
+ SOURCE_URL=http://cairographics.org/releases
SOURCE_VFY=sha1:2efa8dfafbd6b8e492adaab07231556fec52d6eb
SOURCE_DIRECTORY=$BUILD_DIRECTORY/py2cairo-$VERSION
- WEB_SITE=http://cairographics.org/
+ WEB_SITE=http://cairographics.org
ENTERED=20040506
UPDATED=20110503
SHORT="A multi-platform 2D vector graphics library"
More information about the Lunar-commits
mailing list