wok-next diff rlog/receipt @ rev 19571
Up: attr, acl, libcap, shadow (added), psmisc (added), iana-etc (added), bison, flex, bc, libtool, gdbm. Extra: help2man, perl-locale-gettext.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri Dec 23 03:55:33 2016 +0200 (2016-12-23) |
parents | e5ae411e1d8c |
children | e323d0535e2c |
line diff
1.1 --- a/rlog/receipt Mon Apr 04 01:54:51 2011 +0000 1.2 +++ b/rlog/receipt Fri Dec 23 03:55:33 2016 +0200 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 }