wok-current diff commoncpp2/receipt @ rev 9323
Add gtkaml (XML markup to make gtk+ gui - may replace our gtkdialog code in time)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Fri Mar 18 13:06:34 2011 +0100 (2011-03-18) |
parents | 6fab874a9260 |
children | 60943ee2c8db |
line diff
1.1 --- a/commoncpp2/receipt Tue Nov 16 17:12:39 2010 +0000 1.2 +++ b/commoncpp2/receipt Fri Mar 18 13:06:34 2011 +0100 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.