wok diff commoncpp2/receipt @ rev 9144

Made checkers download sources for archive.
author Christopher Rogers <slaxemulator@gmail.com>
date Sun Mar 06 14:37:35 2011 +0000 (2011-03-06)
parents 6fab874a9260
children 60943ee2c8db
line diff
     1.1 --- a/commoncpp2/receipt	Tue Nov 16 17:12:39 2010 +0000
     1.2 +++ b/commoncpp2/receipt	Sun Mar 06 14:37:35 2011 +0000
     1.3 @@ -6,7 +6,6 @@
     1.4  SHORT_DESC="A very portable and highly optimized class framework for writing C++ applications."
     1.5  MAINTAINER="rcx@zoominternet.net"
     1.6  DEPENDS="glibc-base gcc-lib-base zlib"
     1.7 -BUILD_DEPENDS="slitaz-toolchain"
     1.8  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.9  WEB_SITE="http://www.gnu.org/software/commoncpp/"
    1.10  WGET_URL="$GNU_MIRROR/commoncpp/$TARBALL"
    1.11 @@ -15,14 +14,11 @@
    1.12  compile_rules()
    1.13  {
    1.14  	cd $src
    1.15 -
    1.16 +	sed -i -e '50 a\#include <sys/stat.h>' inc/cc++/applog.h
    1.17  	./configure \
    1.18 -		--prefix=/usr \
    1.19 -		--sysconfdir=/etc \
    1.20 -		--mandir=/usr/share/man \
    1.21 -		$CONFIGURE_ARGS &&
    1.22 +		--sysconfdir=/etc &&
    1.23  	make &&
    1.24 -	make DESTDIR=$PWD/_pkg install
    1.25 +	make install
    1.26  }
    1.27  
    1.28  # Rules to gen a SliTaz package suitable for Tazpkg.