wok diff libsigc++/receipt @ rev 5053

fix typos: libgphoto2
author Rohit Joshi <jozee@slitaz.org>
date Sat Mar 06 18:51:17 2010 +0000 (2010-03-06)
parents f354c259bd7d
children 2f0217389f28
line diff
     1.1 --- a/libsigc++/receipt	Thu Mar 26 12:30:40 2009 +0000
     1.2 +++ b/libsigc++/receipt	Sat Mar 06 18:51:17 2010 +0000
     1.3 @@ -1,13 +1,13 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libsigc++"
     1.7 -VERSION="2.0.18"
     1.8 +VERSION="2.2.3"
     1.9  CATEGORY="system-tools"
    1.10  SHORT_DESC="Callback Framework for C++"
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.13  WEB_SITE="http://libsigc.sourceforge.net/"
    1.14 -WGET_URL="http://ftp.gnome.org/pub/GNOME/sources/libsigc++/2.0/$TARBALL"
    1.15 +WGET_URL="http://ftp.gnome.org/pub/GNOME/sources/libsigc++/2.2/$TARBALL"
    1.16  
    1.17  # Rules to configure and make the package.
    1.18  compile_rules()
    1.19 @@ -27,8 +27,4 @@
    1.20  {
    1.21  	mkdir -p $fs/usr/lib
    1.22  	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    1.23 -	strip -s $fs/usr/lib/*
    1.24 -	# clean wok
    1.25 -	rm $WOK/$PACKAGE/classsigc_* 2> /dev/null
    1.26 -	rm $WOK/$PACKAGE/struct* 2> /dev/null
    1.27  }