wok diff rlog/receipt @ rev 16888
libQtSql: what if to add BUILD_DEPENDS line, let full Qt cooking will be after update
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Mon Jul 14 02:44:23 2014 +0000 (2014-07-14) |
parents | e5ae411e1d8c |
children | 4c206553708a |
line diff
1.1 --- a/rlog/receipt Mon Apr 04 01:54:51 2011 +0000 1.2 +++ b/rlog/receipt Mon Jul 14 02:44:23 2014 +0000 1.3 @@ -5,24 +5,26 @@ 1.4 CATEGORY="misc" 1.5 SHORT_DESC="C++ logging library." 1.6 MAINTAINER="b1+slitaz@nagel.org" 1.7 -DEPENDS="gcc-lib-base" 1.8 +LICENSE="LGPL2.1" 1.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.10 WEB_SITE="http://www.arg0.net/rlog" 1.11 WGET_URL="http://rlog.googlecode.com/files/$TARBALL" 1.12 TAGS="C++ log" 1.13 1.14 +DEPENDS="gcc-lib-base" 1.15 + 1.16 # Rules to configure and make the package. 1.17 compile_rules() 1.18 { 1.19 cd $src 1.20 ./configure --prefix=/usr $CONFIGURE_ARGS && 1.21 make && 1.22 - make DESTDIR=$src/_pkg install 1.23 + make DESTDIR=$DESTDIR install 1.24 } 1.25 1.26 # Rules to gen a SliTaz package suitable for Tazpkg. 1.27 genpkg_rules() 1.28 { 1.29 mkdir -p $fs/usr/lib 1.30 - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 1.31 + cp -a $install/usr/lib/*.so* $fs/usr/lib 1.32 }