wok-next diff ghostscript/receipt @ rev 2211
ghostscript: fix pstoraster support
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Wed Feb 11 17:30:26 2009 +0100 (2009-02-11) |
parents | 274766c94e13 |
children | 987853b8719d |
line diff
1.1 --- a/ghostscript/receipt Mon Apr 21 00:52:25 2008 +0200 1.2 +++ b/ghostscript/receipt Wed Feb 11 17:30:26 2009 +0100 1.3 @@ -17,8 +17,9 @@ 1.4 --prefix=/usr \ 1.5 --infodir=/usr/share/info \ 1.6 --mandir=/usr/share/man \ 1.7 - $CONFIGURE_ARGS 1.8 - make 1.9 + --with-libiconv=native \ 1.10 + $CONFIGURE_ARGS && 1.11 + make && 1.12 make DESTDIR=$PWD/_pkg install 1.13 } 1.14 1.15 @@ -27,7 +28,10 @@ 1.16 { 1.17 mkdir -p $fs/usr/share 1.18 cp -a $_pkg/usr/bin $fs/usr 1.19 + cp -a $_pkg/usr/lib $fs/usr 1.20 cp -a $_pkg/usr/share/$PACKAGE $fs/usr/share 1.21 + cp -a $_pkg/usr/share/cups $fs/usr/share 1.22 + cp -a $_pkg/etc $fs 1.23 # Remove doc and examples 1.24 rm -rf $fs/usr/share/$PACKAGE/$VERSION/doc 1.25 rm -rf $fs/usr/share/$PACKAGE/$VERSION/examples