wok diff ghostscript/receipt @ rev 5369

rename qt-everywhere* to simple qt4; improve all receipts; tazwok need to work with SOURCE and WANTED (feature not patched for quite long now); improve compile options and add libQtOpenGL back
author Rohit Joshi <jozee@slitaz.org>
date Thu Apr 29 14:42:30 2010 -0400 (2010-04-29)
parents 9f19aee613be
children e4319b0b765a
line diff
     1.1 --- a/ghostscript/receipt	Sun Feb 28 15:33:01 2010 +0100
     1.2 +++ b/ghostscript/receipt	Thu Apr 29 14:42:30 2010 -0400
     1.3 @@ -53,15 +53,11 @@
     1.4  	# Remove CMAPs (Non-free : not covered under GPL) : moved to non-free package get-ghostscript-CMAP
     1.5  	rm -rf $fs/usr/share/$PACKAGE/$VERSION/Resource/CMap/*
     1.6  	
     1.7 -	
     1.8  	# already compiled as a shared lib; gsc is same as gs
     1.9  	rm -rf $fs/usr/bin/gs
    1.10 -		
    1.11 -
    1.12 -		
    1.13  }
    1.14  
    1.15  post_install()
    1.16  {
    1.17 -	ln -s /usr/bin/gsc /usr/bin/gs
    1.18 +	ln -s /usr/bin/gsc $1/usr/bin/gs
    1.19  }