wok-stable diff commoncpp2/receipt @ rev 6616
Fixed mercurial. Need pyconfig.h for mercurial to work. So i added this to python package since pyconfig.h maybe need for more python programs. I also removed all .pyc and .pyo files from python. Removed about 4mb from python by doing that.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sat Oct 09 20:49:19 2010 +0000 (2010-10-09) |
parents | 39011a13b555 |
children | 6fab874a9260 |
line diff
1.1 --- a/commoncpp2/receipt Sun Feb 28 13:03:20 2010 +0100 1.2 +++ b/commoncpp2/receipt Sat Oct 09 20:49:19 2010 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="commoncpp2" 1.7 -VERSION="1.7.3" 1.8 +VERSION="1.8.0" 1.9 CATEGORY="development" 1.10 SHORT_DESC="A very portable and highly optimized class framework for writing C++ applications." 1.11 MAINTAINER="rcx@zoominternet.net" 1.12 @@ -9,21 +9,12 @@ 1.13 BUILD_DEPENDS="slitaz-toolchain" 1.14 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.15 WEB_SITE="http://www.gnu.org/software/commoncpp/" 1.16 -WGET_URL="http://www.gnutelephony.org/dist/tarballs/$TARBALL" 1.17 +WGET_URL="$GNU_MIRROR/commoncpp/$TARBALL" 1.18 1.19 # Rules to configure and make the package. 1.20 compile_rules() 1.21 { 1.22 - # Apply patch from http://bugs.gentoo.org/show_bug.cgi?id=279505 1.23 - local commoncpp2_diff 1.24 - commoncpp2_diff=$PWD/stuff/1.7.3-gcc4.4.diff 1.25 - 1.26 cd $src 1.27 - # Only apply the patch once 1.28 - if [ ! -e $src/1.7.3-gcc4.4.diff ] ; then 1.29 - patch -p1 < $commoncpp2_diff 1.30 - cp $commoncpp2_diff $src/1.7.3-gcc4.4.diff 1.31 - fi 1.32 1.33 ./configure \ 1.34 --prefix=/usr \