wok-6.x diff wxWidgets/receipt @ rev 1176
Add radiusclient-ng
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Aug 02 21:29:55 2008 +0000 (2008-08-02) |
parents | ccf126429a43 |
children | 52dc4b48ed81 |
line diff
1.1 --- a/wxWidgets/receipt Wed Feb 13 14:56:26 2008 +0100 1.2 +++ b/wxWidgets/receipt Sat Aug 02 21:29:55 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 }