wok diff rlog/receipt @ rev 6201

Up: libtool to 2.2.10.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat Sep 11 00:35:45 2010 +0000 (2010-09-11)
parents 8be66f03fbd2
children e5ae411e1d8c
line diff
     1.1 --- a/rlog/receipt	Wed Feb 24 11:44:49 2010 +0000
     1.2 +++ b/rlog/receipt	Sat Sep 11 00:35:45 2010 +0000
     1.3 @@ -5,7 +5,7 @@
     1.4  CATEGORY="misc"
     1.5  SHORT_DESC="C++ logging library."
     1.6  MAINTAINER="b1+slitaz@nagel.org"
     1.7 -DEPENDS=""
     1.8 +DEPENDS="gcc-lib-base"
     1.9  BUILD_DEPENDS=""
    1.10  TARBALL="rlog-$VERSION.tar.gz"
    1.11  WEB_SITE="http://www.arg0.net/rlog"
    1.12 @@ -16,8 +16,8 @@
    1.13  compile_rules()
    1.14  {
    1.15  	cd $src
    1.16 -	./configure --prefix=/usr $CONFIGURE_ARGS
    1.17 -	make
    1.18 +	./configure --prefix=/usr $CONFIGURE_ARGS &&
    1.19 +	make &&
    1.20  	make DESTDIR=$src/_pkg install
    1.21  }
    1.22