wok diff wv/receipt @ rev 7674

Fixed linux. Need to make folder PWD/_pkg before adding bzImage to it. Also i'm force copying kernel config file now so we have the right config. It is copyed twice so its needed and doesn't hunt anything i think.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Dec 16 17:16:06 2010 +0000 (2010-12-16)
parents 8280893c2e8f
children 2f00e1abd984
line diff
     1.1 --- a/wv/receipt	Fri Jul 04 17:54:02 2008 +0200
     1.2 +++ b/wv/receipt	Thu Dec 16 17:16:06 2010 +0000
     1.3 @@ -4,7 +4,7 @@
     1.4  VERSION="1.2.5"
     1.5  CATEGORY="x-window"
     1.6  SHORT_DESC="MS document manipulation library."
     1.7 -BUILD_DEPENDS="libgsf"
     1.8 +DEPENDS="glib libgsf libpng libxml2 zlib"
     1.9  BUILD_DEPENDS="libgsf libgsf-dev"
    1.10  MAINTAINER="pankso@slitaz.org"
    1.11  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.12 @@ -18,8 +18,8 @@
    1.13  	./configure \
    1.14  		--prefix=/usr \
    1.15  		--mandir=/usr/share/man \
    1.16 -		$CONFIGURE_ARGS
    1.17 -	make
    1.18 +		$CONFIGURE_ARGS &&
    1.19 +	make &&
    1.20  	make DESTDIR=$PWD/_pkg install
    1.21  }
    1.22