wok rev 3609

Various fix: libgomp, portaudio, shell-fm, wesnoth-music, wqy-bitmapfont
author Christophe Lincoln <pankso@slitaz.org>
date Sun Jun 28 23:44:16 2009 +0200 (2009-06-28)
parents d5991fc2b1b3
children fee531f1e85e
files libgomp/receipt portaudio-dev/receipt portaudio/receipt shell-fm/receipt wesnoth-music/receipt wqy-bitmapfont/receipt
line diff
     1.1 --- a/libgomp/receipt	Sun Jun 28 23:28:21 2009 +0200
     1.2 +++ b/libgomp/receipt	Sun Jun 28 23:44:16 2009 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libgomp"
     1.7 -VERSION="4.2.3"
     1.8 +VERSION="4.4.0"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="API specification for parallel programming."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
     2.1 --- a/portaudio-dev/receipt	Sun Jun 28 23:28:21 2009 +0200
     2.2 +++ b/portaudio-dev/receipt	Sun Jun 28 23:44:16 2009 +0200
     2.3 @@ -1,26 +1,22 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="portaudio-dev"
     2.7 -VERSION="v19"
     2.8 +VERSION="v19_20071207"
     2.9  CATEGORY="development"
    2.10  SHORT_DESC="Portaudio dev files."
    2.11  MAINTAINER="erjo@slitaz.org"
    2.12  DEPENDS="portaudio"
    2.13  SOURCE="pa_stable"
    2.14 -EXTRAVERSION="_20071207"
    2.15 -TARBALL="${SOURCE}_${VERSION}${EXTRAVERSION}.tar.gz"
    2.16  WEB_SITE="http://www.portaudio.com/"
    2.17  WANTED="portaudio"
    2.18  
    2.19 -
    2.20  # Rules to gen a SliTaz package suitable for Tazpkg.
    2.21  genpkg_rules()
    2.22  {
    2.23  	_pkg=$WOK/$WANTED/$WANTED/_pkg
    2.24 -		
    2.25 +
    2.26  	mkdir -p $fs/usr/lib
    2.27  	cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
    2.28  	cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
    2.29  	cp -a $_pkg/usr/include $fs/usr
    2.30  }
    2.31 -
     3.1 --- a/portaudio/receipt	Sun Jun 28 23:28:21 2009 +0200
     3.2 +++ b/portaudio/receipt	Sun Jun 28 23:44:16 2009 +0200
     3.3 @@ -1,15 +1,14 @@
     3.4  # SliTaz package receipt.
     3.5  
     3.6  PACKAGE="portaudio"
     3.7 -VERSION="v19"
     3.8 +VERSION="v19_20071207"
     3.9  CATEGORY="system-tools"
    3.10  SHORT_DESC="A portable cross-platform audio API"
    3.11  MAINTAINER="erjo@slitaz.org"
    3.12  DEPENDS="alsa-lib"
    3.13  BUILD_DEPENDS="alsa-lib-dev"
    3.14  SOURCE="pa_stable"
    3.15 -EXTRAVERSION="_20071207"
    3.16 -TARBALL="${SOURCE}_${VERSION}${EXTRAVERSION}.tar.gz"
    3.17 +TARBALL="${SOURCE}_${VERSION}.tar.gz"
    3.18  WEB_SITE="http://www.portaudio.com/"
    3.19  WGET_URL="http://www.portaudio.com/archives/$TARBALL"
    3.20  
    3.21 @@ -29,10 +28,10 @@
    3.22  genpkg_rules()
    3.23  {
    3.24  	_pkg=$WOK/$PACKAGE/$PACKAGE/_pkg
    3.25 -	
    3.26 +
    3.27  	mkdir -p $fs/usr/lib
    3.28  	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    3.29 -	
    3.30 +
    3.31  	# Package all pkgs
    3.32  	for i in $(cd $WOK; ls -d $PACKAGE-*)
    3.33  	do
     4.1 --- a/shell-fm/receipt	Sun Jun 28 23:28:21 2009 +0200
     4.2 +++ b/shell-fm/receipt	Sun Jun 28 23:44:16 2009 +0200
     4.3 @@ -7,7 +7,7 @@
     4.4  MAINTAINER="jozee@slitaz.org"
     4.5  DEPENDS="libmad libao taglib zlib"
     4.6  BUILD_DEPENDS="libmad-dev libao-dev libao git"
     4.7 -
     4.8 +WEB_SITE="http://nex.scrapping.cc/shell-fm/"
     4.9  
    4.10  # Rules to configure and make the package.
    4.11  compile_rules()
    4.12 @@ -18,15 +18,11 @@
    4.13  	cd $PACKAGE
    4.14  	make &&
    4.15  	make DESTDIR=$PWD/../_pkg install
    4.16 -
    4.17  }
    4.18  
    4.19 -	
    4.20 -
    4.21  # Rules to gen a SliTaz package suitable for Tazpkg.
    4.22  genpkg_rules()
    4.23  {
    4.24 -	mkdir -p $fs/usr 
    4.25 +	mkdir -p $fs/usr
    4.26  	cp -a $_pkg/usr/bin $fs/usr
    4.27 -	
    4.28  }
     5.1 --- a/wesnoth-music/receipt	Sun Jun 28 23:28:21 2009 +0200
     5.2 +++ b/wesnoth-music/receipt	Sun Jun 28 23:44:16 2009 +0200
     5.3 @@ -6,7 +6,7 @@
     5.4  SHORT_DESC="Music files for wesnoth"
     5.5  MAINTAINER="mimas@slitaz.org"
     5.6  WANTED="wesnoth"
     5.7 -
     5.8 +WEB_SITE="http://www.wesnoth.org/"
     5.9  
    5.10  # Rules to gen a SliTaz package suitable for Tazpkg.
    5.11  genpkg_rules()
     6.1 --- a/wqy-bitmapfont/receipt	Sun Jun 28 23:28:21 2009 +0200
     6.2 +++ b/wqy-bitmapfont/receipt	Sun Jun 28 23:44:16 2009 +0200
     6.3 @@ -1,19 +1,21 @@
     6.4 +# SliTaz package receipt.
     6.5 +
     6.6  PACKAGE="wqy-bitmapfont"
     6.7  VERSION="0.9.9"
     6.8  CATEGORY="x-window"
     6.9  SHORT_DESC="A popular Chinese bitmap font."
    6.10  MAINTAINER="tsjz@ymail.com"
    6.11  TARBALL="wqy-bitmapfont-pcf-0.9.9-0.tar.gz"
    6.12 -WEB_SITE="www.wqy.org"
    6.13 +WEB_SITE="http://www.wqy.org/"
    6.14  WGET_URL="$SF_MIRROR/wqy/$TARBALL"
    6.15  
    6.16  genpkg_rules()
    6.17  {
    6.18 -mkdir -p $fs/usr/share/fonts/wqy/wqy-bitmapfont/
    6.19 -cp -a wqy-bitmapfont/*.pcf $fs/usr/share/fonts/wqy/wqy-bitmapfont/
    6.20 +	mkdir -p $fs/usr/share/fonts/wqy/wqy-bitmapfont/
    6.21 +	cp -a wqy-bitmapfont/*.pcf $fs/usr/share/fonts/wqy/wqy-bitmapfont/
    6.22  }
    6.23  
    6.24  pre_install()
    6.25  {
    6.26 -fc-cache -v
    6.27 +	fc-cache -v
    6.28  }