wok diff wxWidgets/receipt @ rev 1335

Add krb5
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Aug 31 11:58:29 2008 +0000 (2008-08-31)
parents ccf126429a43
children 52dc4b48ed81
line diff
     1.1 --- a/wxWidgets/receipt	Wed Feb 13 14:56:26 2008 +0100
     1.2 +++ b/wxWidgets/receipt	Sun Aug 31 11:58:29 2008 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="wxWidgets"
     1.7 -VERSION="2.8.6"
     1.8 +VERSION="2.8.8"
     1.9  CATEGORY="x-window"
    1.10  SHORT_DESC="Cross-platform GUI Library"
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 @@ -14,7 +14,8 @@
    1.13  compile_rules()
    1.14  {
    1.15  	cd $src
    1.16 -	./configure --prefix=/usr \
    1.17 +	./configure \
    1.18 +		--prefix=/usr \
    1.19  		--enable-shared \
    1.20  		--enable-unicode \
    1.21  		--infodir=/usr/share/info \
    1.22 @@ -34,7 +35,6 @@
    1.23  	# Copy libs and contrib libs.
    1.24  	cp -a $_pkg/usr/lib/ $fs/usr/
    1.25  	cp -a $src/contrib/_pkg/usr/lib/ $fs/usr/
    1.26 -	# Strip symbols and remove devel files.
    1.27 -	strip --strip-unneed $fs/usr/lib/*.so*
    1.28 +	# Remove devel files.
    1.29  	rm -rf $fs/usr/lib/wx/include
    1.30  }