wok rev 12952

wv: fix configure
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu May 31 13:01:06 2012 +0200 (2012-05-31)
parents d3f87309a30f
children d066e00ecd02
files wv/receipt
line diff
     1.1 --- a/wv/receipt	Thu May 31 10:32:59 2012 +0200
     1.2 +++ b/wv/receipt	Thu May 31 13:01:06 2012 +0200
     1.3 @@ -5,7 +5,7 @@
     1.4  CATEGORY="x-window"
     1.5  SHORT_DESC="MS document manipulation library."
     1.6  DEPENDS="glib libgsf libpng libxml2 zlib"
     1.7 -BUILD_DEPENDS="libgsf libgsf-dev glib-dev libxml2-dev"
     1.8 +BUILD_DEPENDS="libgsf libgsf-dev glib-dev libxml2-dev libpng-dev"
     1.9  MAINTAINER="pankso@slitaz.org"
    1.10  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.11  WEB_SITE="http://www.abisource.com/projects/"
    1.12 @@ -15,9 +15,7 @@
    1.13  compile_rules()
    1.14  {
    1.15  	cd $src
    1.16 -	mkdir -p $PWD/_pkg/usr/share/man $PWD/_pkg/usr/share/wv/wingdingfont \
    1.17 -		$PWD/_pkg/usr/bin $PWD/_pkg/usr/lib
    1.18 -		
    1.19 +	sed -i 's|.ac_install_sh -d|mkdir -p|' configure
    1.20  	./configure \
    1.21  		--prefix=/usr \
    1.22  		--mandir=/usr/share/man \