wok diff wv/receipt @ rev 12357
sane-backends: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Apr 19 23:25:46 2012 +0200 (2012-04-19) |
parents | 2f00e1abd984 |
children | d3f87309a30f |
line diff
1.1 --- a/wv/receipt Wed Feb 02 05:08:40 2011 +0000 1.2 +++ b/wv/receipt Thu Apr 19 23:25:46 2012 +0200 1.3 @@ -15,12 +15,15 @@ 1.4 compile_rules() 1.5 { 1.6 cd $src 1.7 + mkdir -p $PWD/_pkg/usr/share/man $PWD/_pkg/usr/share/wv/wingdingfont \ 1.8 + $PWD/_pkg/usr/bin $PWD/_pkg/usr/lib 1.9 + 1.10 ./configure \ 1.11 --prefix=/usr \ 1.12 --mandir=/usr/share/man \ 1.13 $CONFIGURE_ARGS && 1.14 - make && 1.15 - make -j1 DESTDIR=$PWD/_pkg install 1.16 + make 1.17 + make DESTDIR=$PWD/_pkg install 1.18 } 1.19 1.20 # Rules to gen a SliTaz package suitable for Tazpkg.