wok rev 3063

Up: libsigc++ (2.2.3)
author Christophe Lincoln <pankso@slitaz.org>
date Wed May 13 22:38:45 2009 +0200 (2009-05-13)
parents 310312c58128
children 77054f0a1cbb
files libsigc++-dev/receipt libsigc++/receipt
line diff
     1.1 --- a/libsigc++-dev/receipt	Wed May 13 22:09:07 2009 +0200
     1.2 +++ b/libsigc++-dev/receipt	Wed May 13 22:38:45 2009 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libsigc++-dev"
     1.7 -VERSION="2.0.18"
     1.8 +VERSION="2.2.3"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Callback Framework for C++ devel files."
    1.11  MAINTAINER="pankso@slitaz.org"
     2.1 --- a/libsigc++/receipt	Wed May 13 22:09:07 2009 +0200
     2.2 +++ b/libsigc++/receipt	Wed May 13 22:38:45 2009 +0200
     2.3 @@ -1,13 +1,13 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="libsigc++"
     2.7 -VERSION="2.0.18"
     2.8 +VERSION="2.2.3"
     2.9  CATEGORY="system-tools"
    2.10  SHORT_DESC="Callback Framework for C++"
    2.11  MAINTAINER="pankso@slitaz.org"
    2.12  TARBALL="$PACKAGE-$VERSION.tar.gz"
    2.13  WEB_SITE="http://libsigc.sourceforge.net/"
    2.14 -WGET_URL="http://ftp.gnome.org/pub/GNOME/sources/libsigc++/2.0/$TARBALL"
    2.15 +WGET_URL="http://ftp.gnome.org/pub/GNOME/sources/libsigc++/2.2/$TARBALL"
    2.16  
    2.17  # Rules to configure and make the package.
    2.18  compile_rules()
    2.19 @@ -27,8 +27,4 @@
    2.20  {
    2.21  	mkdir -p $fs/usr/lib
    2.22  	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    2.23 -	strip -s $fs/usr/lib/*
    2.24 -	# clean wok
    2.25 -	rm $WOK/$PACKAGE/classsigc_* 2> /dev/null
    2.26 -	rm $WOK/$PACKAGE/struct* 2> /dev/null
    2.27  }