wok-stable diff rlog/receipt @ rev 10549

php: Added back code to add desktop, image, and php.ini in compile_rules. These files are needed for php-common not php directly. Thats what they were there.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed May 25 14:47:51 2011 +0000 (2011-05-25)
parents 1707e54fb4cf
children
line diff
     1.1 --- a/rlog/receipt	Sun Feb 28 17:05:24 2010 +0100
     1.2 +++ b/rlog/receipt	Wed May 25 14:47:51 2011 +0000
     1.3 @@ -6,8 +6,7 @@
     1.4  SHORT_DESC="C++ logging library."
     1.5  MAINTAINER="b1+slitaz@nagel.org"
     1.6  DEPENDS="gcc-lib-base"
     1.7 -BUILD_DEPENDS=""
     1.8 -TARBALL="rlog-$VERSION.tar.gz"
     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 @@ -26,5 +25,4 @@
    1.14  {
    1.15  	mkdir -p $fs/usr/lib
    1.16  	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    1.17 -	strip -s $fs/usr/lib/*
    1.18  }