wok rev 9028
Fixed commoncpp2.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Thu Mar 03 16:21:55 2011 +0000 (2011-03-03) |
parents | 69fad0d6b8b4 |
children | 0b8fdc613a70 |
files | commoncpp2/receipt |
line diff
1.1 --- a/commoncpp2/receipt Thu Mar 03 22:10:39 2011 +0100 1.2 +++ b/commoncpp2/receipt Thu Mar 03 16:21:55 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.