wok rev 17869

Use VERSION variable
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Mar 26 09:34:19 2015 +0100 (2015-03-26)
parents e769b3202a0f
children 47bc44949e9a
files avant-window-navigator/receipt balance/receipt beautifulsoup/receipt brasero/receipt cclcfox/receipt cclfox/receipt cherokee/receipt cmake/receipt compiz-ccsm/receipt compiz-compizconfig-python/receipt compiz-core/receipt compiz-plugins-extra/receipt compiz-plugins-main/receipt compiz-plugins-unsupported/receipt directfb/receipt dotconf/receipt esound/receipt fritzing/receipt gimp/receipt gnet/receipt gob2/receipt goocanvas/receipt gst-omx/receipt gtk2-engine-murrine/receipt gtk3-engine-unico/receipt gtkhotkey/receipt gyrus/receipt icewm/receipt imlib/receipt jed/receipt libcclc/receipt libgnomeprintui/receipt libgtkhtml/receipt libmatchbox/receipt libmcrypt/receipt libsdl-gfx/receipt lighttpd-ssl/receipt lighttpd/receipt matchbox-common/receipt matchbox-desktop-2/receipt matchbox-desktop/receipt matchbox-panel-manager/receipt matchbox-panel/receipt matchbox-themes-extra/receipt matchbox-window-manager/receipt mb-applet-volume/receipt mgetty/receipt monkey/receipt muparser/receipt murrine/receipt mysql/receipt network-manager/receipt nss-ldapd/receipt ocsinventory-agent/receipt ocsinventory/receipt pbzip2/receipt pyroom/receipt python-django/receipt python-gazpacho/receipt python-kiwi/receipt qt4-base/receipt qt4/receipt redis/receipt rogue/receipt ruby-ncurses/receipt slang/receipt swfdec/receipt sylpheed-full/receipt sylpheed/receipt tcptrack/receipt tinyxml/receipt xfburn/receipt xfmedia/receipt
line diff
     1.1 --- a/avant-window-navigator/receipt	Thu Mar 26 02:57:59 2015 -0300
     1.2 +++ b/avant-window-navigator/receipt	Thu Mar 26 09:34:19 2015 +0100
     1.3 @@ -8,7 +8,7 @@
     1.4  LICENSE="GPL2"
     1.5  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.6  WEB_SITE="https://launchpad.net/awn/"
     1.7 -WGET_URL="http://launchpad.net/awn/0.4/$VERSION/+download/$TARBALL"
     1.8 +WGET_URL="http://launchpad.net/awn/${VERSION%.*}/$VERSION/+download/$TARBALL"
     1.9  TAGS="panel"
    1.10  
    1.11  DEPENDS="acl dbus dbus-glib librsvg libwnck xorg-xcompmgr libgtop \
    1.12 @@ -24,7 +24,6 @@
    1.13  	# Binutils 2.22 break many packages build without LDFLAGS set correctly.
    1.14  	export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries"
    1.15  	
    1.16 -	cd $src
    1.17  	./configure \
    1.18  		--prefix=/usr \
    1.19  		--sysconfdir=/etc \
     2.1 --- a/balance/receipt	Thu Mar 26 02:57:59 2015 -0300
     2.2 +++ b/balance/receipt	Thu Mar 26 09:34:19 2015 +0100
     2.3 @@ -8,13 +8,12 @@
     2.4  LICENSE="GPL2"
     2.5  TARBALL="$PACKAGE-$VERSION.tar.gz"
     2.6  WEB_SITE="http://www.inlab.de/balance.html"
     2.7 -WGET_URL="http://www.inlab.de/balance-3.42.tar.gz"
     2.8 +WGET_URL="http://www.inlab.de/$TARBALL"
     2.9  TAGS="web internet load-balancing proxy tcp ipv6"
    2.10  
    2.11  # Rules to configure and make the package.
    2.12  compile_rules()
    2.13  {
    2.14 -	cd $src
    2.15  	mkdir -p $DESTDIR/usr/sbin $DESTDIR/usr/man/man1 2> /dev/null
    2.16  	make &&
    2.17  	make DESTDIR=$DESTDIR install
    2.18 @@ -26,4 +25,3 @@
    2.19  	mkdir -p $fs/usr
    2.20  	cp -a $install/usr/sbin $fs/usr
    2.21  }
    2.22 -
     3.1 --- a/beautifulsoup/receipt	Thu Mar 26 02:57:59 2015 -0300
     3.2 +++ b/beautifulsoup/receipt	Thu Mar 26 09:34:19 2015 +0100
     3.3 @@ -9,7 +9,7 @@
     3.4  SOURCE="beautifulsoup4"
     3.5  TARBALL="$SOURCE-$VERSION.tar.gz"
     3.6  WEB_SITE="http://www.crummy.com/software/BeautifulSoup/"
     3.7 -WGET_URL="http://www.crummy.com/software/BeautifulSoup/bs4/download/4.3/$TARBALL"
     3.8 +WGET_URL="${WEB_SITE}bs4/download/${VERSION%.*}/$TARBALL"
     3.9  TAGS="parser XML HTML"
    3.10  
    3.11  DEPENDS="python"
    3.12 @@ -18,7 +18,6 @@
    3.13  # Rules to configure and make the package.
    3.14  compile_rules()
    3.15  {
    3.16 -	cd $src
    3.17  	python setup.py build
    3.18  	python setup.py install --root=$DESTDIR
    3.19  }
     4.1 --- a/brasero/receipt	Thu Mar 26 02:57:59 2015 -0300
     4.2 +++ b/brasero/receipt	Thu Mar 26 09:34:19 2015 +0100
     4.3 @@ -8,7 +8,7 @@
     4.4  LICENSE="GPL2"
     4.5  TARBALL="$PACKAGE-$VERSION.tar.bz2"
     4.6  WEB_SITE="http://www.gnome.org/projects/brasero"
     4.7 -WGET_URL="http://ftp.gnome.org/pub/GNOME/sources/$PACKAGE/2.30/$TARBALL"
     4.8 +WGET_URL="http://ftp.gnome.org/pub/GNOME/sources/$PACKAGE/${VERSION%.*}/$TARBALL"
     4.9  
    4.10  DEPENDS="glib gtk+ GConf gstreamer gst-plugins-base libxml2 libunique \
    4.11  dbus-glib cdrdao dvd+rw-tools libcanberra libvorbis libogg"
    4.12 @@ -21,7 +21,6 @@
    4.13  # Rules to configure and make the package.
    4.14  compile_rules()
    4.15  {
    4.16 -	cd $src
    4.17  	./configure \
    4.18  		--prefix=/usr \
    4.19  		--disable-schemas-install \
     5.1 --- a/cclcfox/receipt	Thu Mar 26 02:57:59 2015 -0300
     5.2 +++ b/cclcfox/receipt	Thu Mar 26 09:34:19 2015 +0100
     5.3 @@ -8,7 +8,7 @@
     5.4  LICENSE="GPL2"
     5.5  TARBALL="$PACKAGE-$VERSION.tar.bz2"
     5.6  WEB_SITE="http://ccl.sourceforge.net"
     5.7 -WGET_URL="http://nchc.dl.sourceforge.net/project/ccl/cclcfox/0.7.0/$TARBALL"
     5.8 +WGET_URL="http://nchc.dl.sourceforge.net/project/ccl/cclcfox/$VERSION/$TARBALL"
     5.9  
    5.10  DEPENDS="libcclc fox14"
    5.11  BUILD_DEPENDS="libcclc-dev fox14-dev"
    5.12 @@ -16,7 +16,6 @@
    5.13  # Rules to configure and make the package.
    5.14  compile_rules()
    5.15  {
    5.16 -	cd $src
    5.17  	export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries -lX11"
    5.18  	./configure \
    5.19  		--prefix=/usr \
    5.20 @@ -32,4 +31,3 @@
    5.21  	mkdir -p $fs/usr
    5.22  	cp -a $install/usr/bin $fs/usr
    5.23  }
    5.24 -
     6.1 --- a/cclfox/receipt	Thu Mar 26 02:57:59 2015 -0300
     6.2 +++ b/cclfox/receipt	Thu Mar 26 09:34:19 2015 +0100
     6.3 @@ -8,7 +8,7 @@
     6.4  LICENSE="GPL2"
     6.5  TARBALL="$PACKAGE-$VERSION.tar.bz2"
     6.6  WEB_SITE="http://ccl.sourceforge.net"
     6.7 -WGET_URL="http://nchc.dl.sourceforge.net/project/ccl/cclfox/0.7.0/$TARBALL"
     6.8 +WGET_URL="http://nchc.dl.sourceforge.net/project/ccl/cclfox/$VERSION/$TARBALL"
     6.9  
    6.10  DEPENDS="libccls fox14 glib"
    6.11  BUILD_DEPENDS="libccls-dev fox14-dev"
    6.12 @@ -16,7 +16,6 @@
    6.13  # Rules to configure and make the package.
    6.14  compile_rules()
    6.15  {
    6.16 -	cd $src
    6.17  	./configure \
    6.18  		--prefix=/usr \
    6.19  		--infodir=/usr/share/info \
    6.20 @@ -31,4 +30,3 @@
    6.21  	mkdir -p $fs/usr
    6.22  	cp -a $install/usr/bin $fs/usr
    6.23  }
    6.24 -
     7.1 --- a/cherokee/receipt	Thu Mar 26 02:57:59 2015 -0300
     7.2 +++ b/cherokee/receipt	Thu Mar 26 09:34:19 2015 +0100
     7.3 @@ -8,7 +8,7 @@
     7.4  LICENSE="GPL2"
     7.5  TARBALL="$PACKAGE-$VERSION.tar.gz"
     7.6  WEB_SITE="http://www.cherokee-project.com/"
     7.7 -WGET_URL="http://www.cherokee-project.com/download/1.2/$VERSION/$TARBALL"
     7.8 +WGET_URL="http://www.cherokee-project.com/download/${VERSION%.*}/$VERSION/$TARBALL"
     7.9  PROVIDE="lighttpd"
    7.10  
    7.11  DEPENDS="pcre cyrus-sasl openssl python libmysqlclient libldap ffmpeg"
    7.12 @@ -17,8 +17,6 @@
    7.13  # Rules to configure and make the package.
    7.14  compile_rules()
    7.15  {
    7.16 -	cd $src
    7.17 -	
    7.18  	# Update deprecated symbols of ffmpeg
    7.19  	sed -i 's|hdl->avformat->file_size|avio_size(hdl->avformat)|' cherokee/handler_streaming.c
    7.20  	
    7.21 @@ -55,4 +53,3 @@
    7.22  	cp -a $install/etc $fs
    7.23  	cp -a $stuff/cherokee $fs/etc/init.d
    7.24  }
    7.25 -
     8.1 --- a/cmake/receipt	Thu Mar 26 02:57:59 2015 -0300
     8.2 +++ b/cmake/receipt	Thu Mar 26 09:34:19 2015 +0100
     8.3 @@ -8,7 +8,7 @@
     8.4  LICENSE="BSD"
     8.5  TARBALL="$PACKAGE-$VERSION.tar.gz"
     8.6  WEB_SITE="http://www.cmake.org/"
     8.7 -WGET_URL="http://www.cmake.org/files/v3.1/$TARBALL"
     8.8 +WGET_URL="http://www.cmake.org/files/v${VERSION%.*}/$TARBALL"
     8.9  
    8.10  DEPENDS="openssl libidn gcc-lib-base"
    8.11  BUILD_DEPENDS="ncurses-dev gcc-lib-base"
    8.12 @@ -16,7 +16,6 @@
    8.13  # Rules to configure and make the package.
    8.14  compile_rules()
    8.15  {
    8.16 -	cd $src
    8.17  	./bootstrap \
    8.18  		--prefix=/usr \
    8.19  		--docdir=/share/doc/$PACKAGE \
     9.1 --- a/compiz-ccsm/receipt	Thu Mar 26 02:57:59 2015 -0300
     9.2 +++ b/compiz-ccsm/receipt	Thu Mar 26 09:34:19 2015 +0100
     9.3 @@ -8,7 +8,7 @@
     9.4  LICENSE="GPL2"
     9.5  TARBALL="$PACKAGE-$VERSION.tar.bz2"
     9.6  WEB_SITE="http://www.compiz.org/"
     9.7 -WGET_URL="http://releases.compiz.org/0.9.4/$TARBALL"
     9.8 +WGET_URL="http://releases.compiz.org/$VERSION/$TARBALL"
     9.9  
    9.10  DEPENDS="python pygtk compiz-core compiz-libcompizconfig \
    9.11  compiz-compizconfig-python"
    9.12 @@ -18,7 +18,6 @@
    9.13  # Rules to configure and make the package.
    9.14  compile_rules()
    9.15  {
    9.16 -	cd $src
    9.17  	./setup.py build --prefix=/usr
    9.18  	./setup.py install --prefix=/usr --root=$WOK/$PACKAGE/install
    9.19  }
    10.1 --- a/compiz-compizconfig-python/receipt	Thu Mar 26 02:57:59 2015 -0300
    10.2 +++ b/compiz-compizconfig-python/receipt	Thu Mar 26 09:34:19 2015 +0100
    10.3 @@ -8,7 +8,7 @@
    10.4  LICENSE="GPL2"
    10.5  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    10.6  WEB_SITE="http://www.compiz.org/"
    10.7 -WGET_URL="http://releases.compiz.org/0.9.4/$TARBALL"
    10.8 +WGET_URL="http://releases.compiz.org/$VERSION/$TARBALL"
    10.9  
   10.10  DEPENDS="python pygtk compiz-core compiz-libcompizconfig"
   10.11  BUILD_DEPENDS="$DEPENDS python-dev pygtk-dev compiz-core-dev \
   10.12 @@ -18,7 +18,6 @@
   10.13  # Rules to configure and make the package.
   10.14  compile_rules()
   10.15  {
   10.16 -	cd $src
   10.17  	python setup.py build
   10.18  	python setup.py install --root=$WOK/$PACKAGE/install
   10.19  }
    11.1 --- a/compiz-core/receipt	Thu Mar 26 02:57:59 2015 -0300
    11.2 +++ b/compiz-core/receipt	Thu Mar 26 09:34:19 2015 +0100
    11.3 @@ -8,7 +8,7 @@
    11.4  LICENSE="MIT GPL LGPL"
    11.5  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    11.6  WEB_SITE="http://www.compiz.org/"
    11.7 -WGET_URL="http://releases.compiz.org/0.9.4/$TARBALL"
    11.8 +WGET_URL="http://releases.compiz.org/$VERSION/$TARBALL"
    11.9  
   11.10  DEPENDS="librsvg libxslt startup-notification libboost-serialization \
   11.11  glibmm mesa emerald dbus dbus-glib"
    12.1 --- a/compiz-plugins-extra/receipt	Thu Mar 26 02:57:59 2015 -0300
    12.2 +++ b/compiz-plugins-extra/receipt	Thu Mar 26 09:34:19 2015 +0100
    12.3 @@ -8,7 +8,7 @@
    12.4  LICENSE="GPL2"
    12.5  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    12.6  WEB_SITE="http://www.compiz.org/"
    12.7 -WGET_URL="http://releases.compiz.org/0.9.4/$TARBALL"
    12.8 +WGET_URL="http://releases.compiz.org/$VERSION/$TARBALL"
    12.9  
   12.10  DEPENDS="xorg-libX11 compiz-core compiz-libcompizconfig gtk+ librsvg \
   12.11  libnotify compiz-plugins-main"
    13.1 --- a/compiz-plugins-main/receipt	Thu Mar 26 02:57:59 2015 -0300
    13.2 +++ b/compiz-plugins-main/receipt	Thu Mar 26 09:34:19 2015 +0100
    13.3 @@ -8,7 +8,7 @@
    13.4  LICENSE="GPL2"
    13.5  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    13.6  WEB_SITE="http://www.compiz.org/"
    13.7 -WGET_URL="http://releases.compiz.org/0.9.4/$TARBALL"
    13.8 +WGET_URL="http://releases.compiz.org/$VERSION/$TARBALL"
    13.9  
   13.10  DEPENDS="xorg-libX11 compiz-core compiz-libcompizconfig gtk+ librsvg"
   13.11  BUILD_DEPENDS="xorg-dev compiz-core-dev compiz-libcompizconfig-dev cmake \
   13.12 @@ -18,7 +18,6 @@
   13.13  # Rules to configure and make the package.
   13.14  compile_rules()
   13.15  {
   13.16 -	cd $src
   13.17  	mkdir build && cd build &&
   13.18  	cmake \
   13.19  		-DCMAKE_INSTALL_PREFIX="/usr" \
    14.1 --- a/compiz-plugins-unsupported/receipt	Thu Mar 26 02:57:59 2015 -0300
    14.2 +++ b/compiz-plugins-unsupported/receipt	Thu Mar 26 09:34:19 2015 +0100
    14.3 @@ -8,7 +8,7 @@
    14.4  LICENSE="GPL2"
    14.5  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    14.6  WEB_SITE="http://www.compiz.org/"
    14.7 -WGET_URL="http://releases.compiz.org/0.9.4/$TARBALL"
    14.8 +WGET_URL="http://releases.compiz.org/$VERSION/$TARBALL"
    14.9  
   14.10  DEPENDS="xorg-libX11 compiz-core compiz-libcompizconfig gtk+ librsvg \
   14.11  compiz-plugins-main"
   14.12 @@ -19,7 +19,6 @@
   14.13  # Rules to configure and make the package.
   14.14  compile_rules()
   14.15  {
   14.16 -	cd $src
   14.17  	mkdir build && cd build &&
   14.18  	cmake \
   14.19  		-DCMAKE_INSTALL_PREFIX="/usr" \
    15.1 --- a/directfb/receipt	Thu Mar 26 02:57:59 2015 -0300
    15.2 +++ b/directfb/receipt	Thu Mar 26 09:34:19 2015 +0100
    15.3 @@ -9,7 +9,7 @@
    15.4  SOURCE="DirectFB"
    15.5  TARBALL="$SOURCE-$VERSION.tar.gz"
    15.6  WEB_SITE="http://www.directfb.org/"
    15.7 -WGET_URL="http://www.directfb.org/downloads/Core/$SOURCE-1.4/$TARBALL"
    15.8 +WGET_URL="http://www.directfb.org/downloads/Core/$SOURCE-${VERSION%.*}/$TARBALL"
    15.9  HOST_ARCH="i486 arm"
   15.10  
   15.11  DEPENDS="libpng libjpeg freetype tslib zlib"
    16.1 --- a/dotconf/receipt	Thu Mar 26 02:57:59 2015 -0300
    16.2 +++ b/dotconf/receipt	Thu Mar 26 09:34:19 2015 +0100
    16.3 @@ -8,14 +8,13 @@
    16.4  LICENSE="LGPL2.1"
    16.5  TARBALL="$PACKAGE-$VERSION.tar.gz"
    16.6  WEB_SITE="http://www.azzit.de/dotconf/"
    16.7 -WGET_URL="http://www.azzit.de/dotconf/download/v1.0/$TARBALL"
    16.8 +WGET_URL="http://www.azzit.de/dotconf/download/v${VERSION%.*}/$TARBALL"
    16.9  
   16.10  DEPENDS=""
   16.11  
   16.12  # Rules to configure and make the package.
   16.13  compile_rules()
   16.14  {
   16.15 -	cd $src
   16.16  	./configure \
   16.17  		--prefix=/usr \
   16.18  		--infodir=/usr/share/info \
   16.19 @@ -32,4 +31,3 @@
   16.20  	cp -a $install/usr/lib/*.so* $fs/usr/lib
   16.21  	cp -a $install/usr/share $fs/usr
   16.22  }
   16.23 -
    17.1 --- a/esound/receipt	Thu Mar 26 02:57:59 2015 -0300
    17.2 +++ b/esound/receipt	Thu Mar 26 09:34:19 2015 +0100
    17.3 @@ -8,7 +8,7 @@
    17.4  LICENSE="GPL2"
    17.5  WEB_SITE="http://www.tux.org/~ricdude/EsounD.html"
    17.6  TARBALL="$PACKAGE-$VERSION.tar.gz"
    17.7 -WGET_URL="http://ftp.acc.umu.se/pub/GNOME/sources/esound/0.2/$TARBALL"
    17.8 +WGET_URL="http://ftp.acc.umu.se/pub/GNOME/sources/esound/${VERSION%.*}/$TARBALL"
    17.9  TAGS="audio sound"
   17.10  HOST_ARCH="i486 arm"
   17.11  
   17.12 @@ -33,4 +33,3 @@
   17.13  	cp -a $install/etc $fs
   17.14  	cp -a $install/usr/lib/*.so* $fs/usr/lib
   17.15  }
   17.16 -
    18.1 --- a/fritzing/receipt	Thu Mar 26 02:57:59 2015 -0300
    18.2 +++ b/fritzing/receipt	Thu Mar 26 09:34:19 2015 +0100
    18.3 @@ -8,7 +8,7 @@
    18.4  LICENSE="GPL"
    18.5  TARBALL="$PACKAGE-${VERSION}.source.tar.bz2"
    18.6  WEB_SITE="http://fritzing.org"
    18.7 -WGET_URL="http://fritzing.org/download/0.8.7b/source-tarball/$TARBALL"
    18.8 +WGET_URL="http://fritzing.org/download/$VERSION/source-tarball/$TARBALL"
    18.9  HOST_ARCH="i486"
   18.10  
   18.11  DEPENDS="libboost-graph libQtCore libQtXml quazip"
    19.1 --- a/gimp/receipt	Thu Mar 26 02:57:59 2015 -0300
    19.2 +++ b/gimp/receipt	Thu Mar 26 09:34:19 2015 +0100
    19.3 @@ -8,7 +8,7 @@
    19.4  LICENSE="GPL3"
    19.5  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    19.6  WEB_SITE="http://www.gimp.org/"
    19.7 -WGET_URL="http://download.gimp.org/pub/gimp/v2.8/$TARBALL"
    19.8 +WGET_URL="http://download.gimp.org/pub/gimp/v${VERSION%.*}/$TARBALL"
    19.9  SUGGESTED="gimp-plug-ins gimp-brushes gimp-console gimp-plugin-ufraw"
   19.10  
   19.11  DEPENDS="libart_lgpl babl gegl libgio tiff xorg-libXdamage xorg-libXmu \
   19.12 @@ -20,7 +20,6 @@
   19.13  # Rules to configure and make the package.
   19.14  compile_rules()
   19.15  {
   19.16 -	cd $src
   19.17  	./configure \
   19.18  		--prefix=/usr \
   19.19  		--sysconfdir=/etc \
    20.1 --- a/gnet/receipt	Thu Mar 26 02:57:59 2015 -0300
    20.2 +++ b/gnet/receipt	Thu Mar 26 09:34:19 2015 +0100
    20.3 @@ -8,7 +8,7 @@
    20.4  LICENSE="LGPL"
    20.5  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    20.6  WEB_SITE="http://www.gnetlibrary.org/"
    20.7 -WGET_URL="http://ftp.gnome.org/pub/GNOME/sources/gnet/2.0/$TARBALL"
    20.8 +WGET_URL="http://ftp.gnome.org/pub/GNOME/sources/gnet/${VERSION%.*}/$TARBALL"
    20.9  
   20.10  DEPENDS="glib"
   20.11  BUILD_DEPENDS="glib-dev util-linux-uuid-dev" 
   20.12 @@ -18,7 +18,6 @@
   20.13  {
   20.14  	# Binutils 2.22 break many packages build without LDFLAGS set correctly.
   20.15  	export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries -lXt"
   20.16 -	cd $src
   20.17  	./configure \
   20.18  		--prefix=/usr \
   20.19  		--infodir=/usr/share/info \
   20.20 @@ -34,4 +33,3 @@
   20.21  	mkdir -p $fs/usr/lib
   20.22  	cp -a $install/usr/lib/*.so* $fs/usr/lib
   20.23  }
   20.24 -
    21.1 --- a/gob2/receipt	Thu Mar 26 02:57:59 2015 -0300
    21.2 +++ b/gob2/receipt	Thu Mar 26 09:34:19 2015 +0100
    21.3 @@ -8,7 +8,7 @@
    21.4  SHORT_DESC="GTK Object Builder (GOB) is a simple preprocessor for easily creating GTK objects"
    21.5  WEB_SITE="http://www.5z.com/jirka/gob.html"
    21.6  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    21.7 -WGET_URL="http://ftp.gnome.org/pub/GNOME/sources/${PACKAGE}/2.0/$TARBALL"
    21.8 +WGET_URL="http://ftp.gnome.org/pub/GNOME/sources/${PACKAGE}/${VERSION%.*}/$TARBALL"
    21.9  HOST_ARCH="i486 arm"
   21.10  
   21.11  DEPENDS="glib"
    22.1 --- a/goocanvas/receipt	Thu Mar 26 02:57:59 2015 -0300
    22.2 +++ b/goocanvas/receipt	Thu Mar 26 09:34:19 2015 +0100
    22.3 @@ -8,7 +8,7 @@
    22.4  LICENSE="GPL2"
    22.5  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    22.6  WEB_SITE="http://live.gnome.org/GooCanvas"
    22.7 -WGET_URL="http://ftp.gnome.org/pub/GNOME/sources/$PACKAGE/1.0/$TARBALL"
    22.8 +WGET_URL="http://ftp.gnome.org/pub/GNOME/sources/$PACKAGE/${VERSION%.*}/$TARBALL"
    22.9  
   22.10  DEPENDS="gtk+"
   22.11  BUILD_DEPENDS="gtk+-dev"
   22.12 @@ -16,7 +16,6 @@
   22.13  # Rules to configure and make the package.
   22.14  compile_rules()
   22.15  {
   22.16 -	cd $src
   22.17  	./configure \
   22.18  		--prefix=/usr \
   22.19  		--infodir=/usr/share/info \
   22.20 @@ -31,4 +30,3 @@
   22.21  	mkdir -p $fs/usr/lib
   22.22  	cp -a $install/usr/lib/*.so* $fs/usr/lib
   22.23  }
   22.24 -
    23.1 --- a/gst-omx/receipt	Thu Mar 26 02:57:59 2015 -0300
    23.2 +++ b/gst-omx/receipt	Thu Mar 26 09:34:19 2015 +0100
    23.3 @@ -8,7 +8,7 @@
    23.4  LICENSE="GPL"
    23.5  TARBALL="$PACKAGE-$VERSION.tar.xz"
    23.6  WEB_SITE="http://gstreamer.freedesktop.org/releases/gst-omx/1.0.0.html"
    23.7 -WGET_URL="http://gstreamer.freedesktop.org/src/gst-omx/gst-omx-1.0.0.tar.xz"
    23.8 +WGET_URL="http://gstreamer.freedesktop.org/src/gst-omx/$TARBALL"
    23.9  HOST_ARCH="arm"
   23.10  
   23.11  DEPENDS="gstreamer-1.0 gst-plugins-base-1.0"
    24.1 --- a/gtk2-engine-murrine/receipt	Thu Mar 26 02:57:59 2015 -0300
    24.2 +++ b/gtk2-engine-murrine/receipt	Thu Mar 26 09:34:19 2015 +0100
    24.3 @@ -8,7 +8,7 @@
    24.4  LICENSE="LGPL3"
    24.5  WEB_SITE="http://www.cimitan.com/murrine"
    24.6  TARBALL="murrine-$VERSION.tar.xz"
    24.7 -WGET_URL="$GNOME_MIRROR/murrine/0.98/$TARBALL"
    24.8 +WGET_URL="$GNOME_MIRROR/murrine/${VERSION%.*}/$TARBALL"
    24.9  TAGS="gtk2"
   24.10  
   24.11  DEPENDS="gtk+"
   24.12 @@ -33,4 +33,3 @@
   24.13  	cp -a $install/usr/share $fs/usr
   24.14  	find $fs -name '*.la' -delete
   24.15  }
   24.16 -
    25.1 --- a/gtk3-engine-unico/receipt	Thu Mar 26 02:57:59 2015 -0300
    25.2 +++ b/gtk3-engine-unico/receipt	Thu Mar 26 09:34:19 2015 +0100
    25.3 @@ -9,7 +9,7 @@
    25.4  WEB_SITE="https://launchpad.net/unico"
    25.5  SOURCE="unico"
    25.6  TARBALL="$SOURCE-$VERSION.tar.gz"
    25.7 -WGET_URL="https://launchpad.net/unico/1.0/$VERSION/+download/$TARBALL"
    25.8 +WGET_URL="https://launchpad.net/unico/${VERSION%.*}/$VERSION/+download/$TARBALL"
    25.9  TAGS="gtk3"
   25.10  
   25.11  DEPENDS="gtk+3"
    26.1 --- a/gtkhotkey/receipt	Thu Mar 26 02:57:59 2015 -0300
    26.2 +++ b/gtkhotkey/receipt	Thu Mar 26 09:34:19 2015 +0100
    26.3 @@ -8,7 +8,7 @@
    26.4  LICENSE="LGPL3"
    26.5  TARBALL="$PACKAGE-$VERSION.tar.gz"
    26.6  WEB_SITE="https://launchpad.net/gtkhotkey"
    26.7 -WGET_URL="https://launchpad.net/gtkhotkey/0.2/$VERSION/+download/$TARBALL"
    26.8 +WGET_URL="https://launchpad.net/gtkhotkey/${VERSION%.*}/$VERSION/+download/$TARBALL"
    26.9  
   26.10  DEPENDS="glib libgio gtk+"
   26.11  BUILD_DEPENDS="wget glib-dev libgio-dev gtk+-dev"
   26.12 @@ -16,7 +16,6 @@
   26.13  # Rules to configure and make the package.
   26.14  compile_rules() 
   26.15  {
   26.16 -	cd $src
   26.17  	sed -i 's|<glib/.*h>|<glib.h>|' src/x11/tomboykeybinder.h src/gtk-hotkey-error.h
   26.18  	./configure $CONFIGURE_ARGS &&
   26.19  	make && make install
    27.1 --- a/gyrus/receipt	Thu Mar 26 02:57:59 2015 -0300
    27.2 +++ b/gyrus/receipt	Thu Mar 26 09:34:19 2015 +0100
    27.3 @@ -8,7 +8,7 @@
    27.4  LICENSE="GPL2"
    27.5  TARBALL="$PACKAGE-$VERSION.tar.gz"
    27.6  WEB_SITE="http://projects.gnome.org/gyrus/"
    27.7 -WGET_URL="http://ftp.gnome.org/pub/gnome/sources/gyrus/0.3/$TARBALL"
    27.8 +WGET_URL="http://ftp.gnome.org/pub/gnome/sources/gyrus/${VERSION%.*}/$TARBALL"
    27.9  
   27.10  DEPENDS="gtk+ dbus ORBit2 gnet libglade GConf"
   27.11  BUILD_DEPENDS="gtk+ dbus-dev ORBit2-dev gnet-dev libglade-dev GConf-dev \
    28.1 --- a/icewm/receipt	Thu Mar 26 02:57:59 2015 -0300
    28.2 +++ b/icewm/receipt	Thu Mar 26 09:34:19 2015 +0100
    28.3 @@ -8,7 +8,7 @@
    28.4  LICENSE="GPL2"
    28.5  TARBALL="$PACKAGE-$VERSION.tar.gz"
    28.6  WEB_SITE="http://www.icewm.org/"
    28.7 -WGET_URL="$SF_MIRROR/icewm/icewm-1.3/$VERSION/$TARBALL"
    28.8 +WGET_URL="$SF_MIRROR/icewm/icewm-${VERSION%.*}/$VERSION/$TARBALL"
    28.9  TAGS="window-manager"
   28.10  
   28.11  BUILD_DEPENDS="xorg-libX11-dev xorg-libXrandr-dev xorg-libXext-dev \
   28.12 @@ -24,7 +24,6 @@
   28.13  # Rules to configure and make the package.
   28.14  compile_rules()
   28.15  {
   28.16 -	cd $src
   28.17  	sed -i '/deprecated/d' src/base.h
   28.18  	sed -i 's/^CORE_LIBS =/& -lfontconfig/' src/Makefile.in
   28.19  	./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib/icewm \
    29.1 --- a/imlib/receipt	Thu Mar 26 02:57:59 2015 -0300
    29.2 +++ b/imlib/receipt	Thu Mar 26 09:34:19 2015 +0100
    29.3 @@ -8,7 +8,7 @@
    29.4  LICENSE="GPL2"
    29.5  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    29.6  WEB_SITE="http://freshmeat.net/projects/imlib/"
    29.7 -WGET_URL="ftp://ftp.gnome.org/pub/GNOME/sources/$PACKAGE/1.9/$TARBALL"
    29.8 +WGET_URL="ftp://ftp.gnome.org/pub/GNOME/sources/$PACKAGE/${VERSION%.*}/$TARBALL"
    29.9  
   29.10  DEPENDS="glibc-base xorg-libICE xorg-libSM xorg-libX11 xorg-libXau xorg-libXdmcp xorg-libXext giflib jpeg libpng tiff zlib util-linux-uuid"
   29.11  BUILD_DEPENDS="slitaz-toolchain xorg-dev xorg-xextproto giflib giflib-dev jpeg jpeg-dev libpng libpng-dev tiff tiff-dev zlib zlib-dev util-linux-uuid-dev"
   29.12 @@ -16,7 +16,6 @@
   29.13  # Rules to configure and make the package.
   29.14  compile_rules()
   29.15  {
   29.16 -	cd $src
   29.17  	./configure \
   29.18  		--prefix=/usr \
   29.19  		--sysconfdir=/etc \
    30.1 --- a/jed/receipt	Thu Mar 26 02:57:59 2015 -0300
    30.2 +++ b/jed/receipt	Thu Mar 26 09:34:19 2015 +0100
    30.3 @@ -8,8 +8,8 @@
    30.4  LICENSE="GPL2"
    30.5  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    30.6  WEB_SITE="http://www.jedsoft.org/jed/"
    30.7 -WGET_URL="ftp://ftp.fu-berlin.de/pub/unix/editors/jed/v0.99/$TARBALL"
    30.8 -# ftp://space.mit.edu/pub/davis/jed/v0.99/$TARBALL"
    30.9 +WGET_URL="ftp://ftp.fu-berlin.de/pub/unix/editors/jed/v${VERSION%-*}/$TARBALL"
   30.10 +# ftp://space.mit.edu/pub/davis/jed/v${VERSION%-*}/$TARBALL"
   30.11  TAGS="text-editor"
   30.12  
   30.13  DEPENDS="slang"
   30.14 @@ -18,7 +18,6 @@
   30.15  # Rules to configure and make the package.
   30.16  compile_rules()
   30.17  {
   30.18 -	cd $src
   30.19  	JED_ROOT=/usr/share/jed ./configure --prefix=/usr $CONFIGURE_ARGS
   30.20  	make &&
   30.21  	make -j1 DESTDIR=$DESTDIR install 2>&1 | grep -v xjed
   30.22 @@ -31,4 +30,3 @@
   30.23  	cp -a $install/usr/bin $fs/usr
   30.24  	cp -a $install/usr/share/jed/lib $fs/usr/share/jed
   30.25  }
   30.26 -
    31.1 --- a/libcclc/receipt	Thu Mar 26 02:57:59 2015 -0300
    31.2 +++ b/libcclc/receipt	Thu Mar 26 09:34:19 2015 +0100
    31.3 @@ -8,7 +8,7 @@
    31.4  LICENSE="BSD"
    31.5  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    31.6  WEB_SITE="http://ccl.sourceforge.net"
    31.7 -WGET_URL="http://nchc.dl.sourceforge.net/project/ccl/libcclc/0.7.0/libcclc-0.7.0.tar.bz2"
    31.8 +WGET_URL="http://nchc.dl.sourceforge.net/project/ccl/libcclc/$VERSION/$TARBALL"
    31.9  #WGET_URL="$SF_MIRROR/$SOURCE/$TARBALL"
   31.10  
   31.11  DEPENDS="openssl sqlite"
   31.12 @@ -17,7 +17,6 @@
   31.13  # Rules to configure and make the package.
   31.14  compile_rules()
   31.15  {
   31.16 -	cd $src
   31.17  	./configure \
   31.18  		--prefix=/usr \
   31.19  		--infodir=/usr/share/info \
   31.20 @@ -32,4 +31,3 @@
   31.21  	mkdir -p $fs/usr/lib
   31.22  	cp -a $install/usr/lib/*.so* $fs/usr/lib
   31.23  }
   31.24 -
    32.1 --- a/libgnomeprintui/receipt	Thu Mar 26 02:57:59 2015 -0300
    32.2 +++ b/libgnomeprintui/receipt	Thu Mar 26 09:34:19 2015 +0100
    32.3 @@ -8,7 +8,7 @@
    32.4  LICENSE="GPL2"
    32.5  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    32.6  WEB_SITE="http://www.gnome.org/"
    32.7 -WGET_URL="http://ftp.gnome.org/pub/gnome/sources/$PACKAGE/2.18/$TARBALL"
    32.8 +WGET_URL="http://ftp.gnome.org/pub/gnome/sources/$PACKAGE/${VERSION%.*}/$TARBALL"
    32.9  
   32.10  DEPENDS="gtk+ libgnomeprint libgnomecanvas libart_lgpl"
   32.11  BUILD_DEPENDS="pkg-config gnome-icon-theme flex libgnomeprint-dev \
   32.12 @@ -17,7 +17,6 @@
   32.13  # Rules to configure and make the package.
   32.14  compile_rules()
   32.15  {
   32.16 -	cd $src
   32.17  	./configure \
   32.18  		--with-html-dir=/usr/share/doc \
   32.19  		$CONFIGURE_ARGS &&
    33.1 --- a/libgtkhtml/receipt	Thu Mar 26 02:57:59 2015 -0300
    33.2 +++ b/libgtkhtml/receipt	Thu Mar 26 09:34:19 2015 +0100
    33.3 @@ -8,7 +8,7 @@
    33.4  LICENSE="LGPL2"
    33.5  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    33.6  WEB_SITE="http://freshmeat.net/projects/libgtkhtml/"
    33.7 -WGET_URL="ftp://ftp.gnome.org/pub/GNOME/sources/$PACKAGE/2.11/$TARBALL"
    33.8 +WGET_URL="ftp://ftp.gnome.org/pub/GNOME/sources/$PACKAGE/${VERSION%.*}/$TARBALL"
    33.9  
   33.10  DEPENDS="glibc-base glib libgio expat libxml2 zlib \
   33.11  gtk+ cairo atk fontconfig freetype pango pixman libpng \
   33.12 @@ -19,7 +19,6 @@
   33.13  # Rules to configure and make the package.
   33.14  compile_rules()
   33.15  {
   33.16 -	cd $src
   33.17  	./configure \
   33.18  		--prefix=/usr \
   33.19  		--sysconfdir=/etc \
    34.1 --- a/libmatchbox/receipt	Thu Mar 26 02:57:59 2015 -0300
    34.2 +++ b/libmatchbox/receipt	Thu Mar 26 09:34:19 2015 +0100
    34.3 @@ -8,7 +8,7 @@
    34.4  LICENSE="LGPL2.1"
    34.5  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    34.6  WEB_SITE="http://matchbox-project.org/"
    34.7 -WGET_URL="${WEB_SITE}sources/$PACKAGE/1.9/$TARBALL"
    34.8 +WGET_URL="${WEB_SITE}sources/$PACKAGE/$VERSION/$TARBALL"
    34.9  
   34.10  DEPENDS="pango"
   34.11  BUILD_DEPENDS="pango-dev jpeg-dev libxml2-dev"
   34.12 @@ -16,7 +16,6 @@
   34.13  # Rules to configure and make the package.
   34.14  compile_rules()
   34.15  {
   34.16 -	cd $src
   34.17  	export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries -lX11"
   34.18  	#--enable-xsettings
   34.19  	./configure \
    35.1 --- a/libmcrypt/receipt	Thu Mar 26 02:57:59 2015 -0300
    35.2 +++ b/libmcrypt/receipt	Thu Mar 26 09:34:19 2015 +0100
    35.3 @@ -8,14 +8,13 @@
    35.4  LICENSE="LGPL2.1"
    35.5  TARBALL="$PACKAGE-$VERSION.tar.gz"
    35.6  WEB_SITE="http://mcrypt.sourceforge.net/"
    35.7 -WGET_URL="http://downloads.sourceforge.net/project/mcrypt/Libmcrypt/2.5.8/libmcrypt-2.5.8.tar.gz"
    35.8 +WGET_URL="http://downloads.sourceforge.net/project/mcrypt/Libmcrypt/$VERSION/$TARBALL"
    35.9  
   35.10  DEPENDS=""
   35.11  
   35.12  # Rules to configure and make the package.
   35.13  compile_rules()
   35.14  {
   35.15 -	cd $src
   35.16  	./configure \
   35.17  		--prefix=/usr \
   35.18  		--infodir=/usr/share/info \
   35.19 @@ -31,4 +30,3 @@
   35.20  	cp -a $install/usr/lib/libmcrypt  $fs/usr/lib
   35.21  	cp -a $install/usr/lib/*.so*  $fs/usr/lib
   35.22  }
   35.23 -
    36.1 --- a/libsdl-gfx/receipt	Thu Mar 26 02:57:59 2015 -0300
    36.2 +++ b/libsdl-gfx/receipt	Thu Mar 26 09:34:19 2015 +0100
    36.3 @@ -9,7 +9,7 @@
    36.4  LICENSE="LGPL"
    36.5  TARBALL="$SOURCE-$VERSION.tar.gz"
    36.6  WEB_SITE="http://www.ferzkopp.net/joomla/content/view/19/14/"
    36.7 -WGET_URL="http://www.ferzkopp.net/Software/SDL_gfx-2.0/$TARBALL"
    36.8 +WGET_URL="http://www.ferzkopp.net/Software/SDL_gfx-${VERSION%.*}/$TARBALL"
    36.9  
   36.10  DEPENDS="libsdl"
   36.11  BUILD_DEPENDS="libsdl-dev"
   36.12 @@ -17,7 +17,6 @@
   36.13  # Rules to configure and make the package.
   36.14  compile_rules()
   36.15  {
   36.16 -	cd $src
   36.17  	./configure $CONFIGURE_ARGS && make && make install
   36.18  }
   36.19  
    37.1 --- a/lighttpd-ssl/receipt	Thu Mar 26 02:57:59 2015 -0300
    37.2 +++ b/lighttpd-ssl/receipt	Thu Mar 26 09:34:19 2015 +0100
    37.3 @@ -10,7 +10,7 @@
    37.4  SOURCE="lighttpd"
    37.5  TARBALL="$SOURCE-$VERSION.tar.xz"
    37.6  WEB_SITE="http://www.lighttpd.net/"
    37.7 -WGET_URL="http://download.lighttpd.net/lighttpd/releases-1.4.x/$TARBALL"
    37.8 +WGET_URL="http://download.lighttpd.net/lighttpd/releases-${VERSION%.*}.x/$TARBALL"
    37.9  CONFIG_FILES="/etc/lighttpd/vhosts.conf /etc/lighttpd/lighttpd.conf /etc/ssl/lighttpd"
   37.10  PROVIDE="lighttpd"
   37.11  HOST_ARCH="i486 arm"
   37.12 @@ -33,7 +33,6 @@
   37.13  # Rules to configure and make the package.
   37.14  compile_rules()
   37.15  {
   37.16 -	cd $src
   37.17  	sed -i '/addrs_left/d' src/mod_extforward.c
   37.18  	./configure \
   37.19  		--enable-shared \
    38.1 --- a/lighttpd/receipt	Thu Mar 26 02:57:59 2015 -0300
    38.2 +++ b/lighttpd/receipt	Thu Mar 26 09:34:19 2015 +0100
    38.3 @@ -9,7 +9,7 @@
    38.4  SUGGESTED="lighttpd-modules php perl python"
    38.5  TARBALL="$PACKAGE-$VERSION.tar.xz"
    38.6  WEB_SITE="http://www.lighttpd.net/"
    38.7 -WGET_URL="http://download.lighttpd.net/lighttpd/releases-1.4.x/$TARBALL"
    38.8 +WGET_URL="http://download.lighttpd.net/lighttpd/releases-${VERSION%.*}.x/$TARBALL"
    38.9  CONFIG_FILES="/etc/lighttpd/vhosts.conf /etc/lighttpd/lighttpd.conf"
   38.10  HOST_ARCH="i486 arm"
   38.11  
   38.12 @@ -33,7 +33,6 @@
   38.13  # Rules to configure and make the package.
   38.14  compile_rules()
   38.15  {
   38.16 -	cd $src
   38.17  	sed -i '/addrs_left/d' src/mod_extforward.c
   38.18  	./configure \
   38.19  		--enable-shared \
    39.1 --- a/matchbox-common/receipt	Thu Mar 26 02:57:59 2015 -0300
    39.2 +++ b/matchbox-common/receipt	Thu Mar 26 09:34:19 2015 +0100
    39.3 @@ -8,7 +8,7 @@
    39.4  LICENSE="GPL2"
    39.5  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    39.6  WEB_SITE="http://matchbox-project.org/"
    39.7 -WGET_URL="${WEB_SITE}sources/$PACKAGE/0.9/$TARBALL"
    39.8 +WGET_URL="${WEB_SITE}sources/$PACKAGE/${VERSION%.*}/$TARBALL"
    39.9  
   39.10  DEPENDS="gtk+ libmatchbox"
   39.11  BUILD_DEPENDS="gtk+-dev libmatchbox-dev"
   39.12 @@ -16,7 +16,6 @@
   39.13  # Rules to configure and make the package.
   39.14  compile_rules()
   39.15  {
   39.16 -	cd $src
   39.17  	./configure $CONFIGURE_ARGS &&
   39.18  	make && make install
   39.19  }
    40.1 --- a/matchbox-desktop-2/receipt	Thu Mar 26 02:57:59 2015 -0300
    40.2 +++ b/matchbox-desktop-2/receipt	Thu Mar 26 09:34:19 2015 +0100
    40.3 @@ -9,7 +9,7 @@
    40.4  SOURCE="matchbox-desktop"
    40.5  TARBALL="$SOURCE-$VERSION.tar.bz2"
    40.6  WEB_SITE="http://matchbox-project.org/"
    40.7 -WGET_URL="${WEB_SITE}sources/$SOURCE/2.0/$TARBALL"
    40.8 +WGET_URL="${WEB_SITE}sources/$SOURCE/$VERSION/$TARBALL"
    40.9  
   40.10  DEPENDS="gtk+ dbus dbus-glib util-linux-uuid"
   40.11  BUILD_DEPENDS="gtk+-dev dbus-dev dbus-glib-dev util-linux-uuid-dev"
   40.12 @@ -20,7 +20,6 @@
   40.13  	# Binutils 2.22 break many packages build without LDFLAGS set correctly.
   40.14  	export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries"
   40.15  	
   40.16 -	cd $src
   40.17  	./configure \
   40.18  		--disable-startup-notification \
   40.19  		$CONFIGURE_ARGS &&
    41.1 --- a/matchbox-desktop/receipt	Thu Mar 26 02:57:59 2015 -0300
    41.2 +++ b/matchbox-desktop/receipt	Thu Mar 26 09:34:19 2015 +0100
    41.3 @@ -8,7 +8,7 @@
    41.4  LICENSE="GPL2"
    41.5  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    41.6  WEB_SITE="http://matchbox-project.org/"
    41.7 -WGET_URL="${WEB_SITE}sources/$PACKAGE/0.9/$TARBALL"
    41.8 +WGET_URL="${WEB_SITE}sources/$PACKAGE/${VERSION%.*}/$TARBALL"
    41.9  
   41.10  DEPENDS="gtk+ startup-notification libmatchbox"
   41.11  BUILD_DEPENDS="gtk+-dev startup-notification-dev libmatchbox-dev"
   41.12 @@ -16,7 +16,6 @@
   41.13  # Rules to configure and make the package.
   41.14  compile_rules()
   41.15  {
   41.16 -	cd $src
   41.17  	export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries -ldl"
   41.18  	./configure \
   41.19  		--sysconfdir=/etc \
   41.20 @@ -35,4 +34,3 @@
   41.21  		$fs/usr/lib/matchbox/desktop
   41.22  	cp -a $install/usr/share $fs/usr
   41.23  }
   41.24 -
    42.1 --- a/matchbox-panel-manager/receipt	Thu Mar 26 02:57:59 2015 -0300
    42.2 +++ b/matchbox-panel-manager/receipt	Thu Mar 26 09:34:19 2015 +0100
    42.3 @@ -8,7 +8,7 @@
    42.4  LICENSE="GPL2"
    42.5  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    42.6  WEB_SITE="http://matchbox-project.org/"
    42.7 -WGET_URL="${WEB_SITE}sources/$PACKAGE/0.1/$TARBALL"
    42.8 +WGET_URL="${WEB_SITE}sources/$PACKAGE/$VERSION/$TARBALL"
    42.9  
   42.10  DEPENDS="gtk+ matchbox-panel"
   42.11  BUILD_DEPENDS="gtk+-dev"
   42.12 @@ -16,7 +16,6 @@
   42.13  # Rules to configure and make the package.
   42.14  compile_rules()
   42.15  {
   42.16 -	cd $src
   42.17  	export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries -lX11"
   42.18  	./configure $CONFIGURE_ARGS &&
   42.19  	make && make install
    43.1 --- a/matchbox-panel/receipt	Thu Mar 26 02:57:59 2015 -0300
    43.2 +++ b/matchbox-panel/receipt	Thu Mar 26 09:34:19 2015 +0100
    43.3 @@ -8,7 +8,7 @@
    43.4  LICENSE="GPL2"
    43.5  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    43.6  WEB_SITE="http://matchbox-project.org/"
    43.7 -WGET_URL="${WEB_SITE}sources/$PACKAGE/0.9/$TARBALL"
    43.8 +WGET_URL="${WEB_SITE}sources/$PACKAGE/${VERSION%.*}/$TARBALL"
    43.9  
   43.10  DEPENDS="gtk+ startup-notification libmatchbox wireless_tools"
   43.11  BUILD_DEPENDS="gtk+-dev startup-notification-dev libmatchbox-dev wireless_tools-dev"
   43.12 @@ -16,7 +16,6 @@
   43.13  # Rules to configure and make the package.
   43.14  compile_rules()
   43.15  {
   43.16 -	cd $src
   43.17  	export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries -lm"
   43.18  	#--enable-small-icons
   43.19  	#--enable-acpi-linux
   43.20 @@ -33,4 +32,3 @@
   43.21  	cp -a $install/usr/share/applications $fs/usr/share
   43.22  	cp -a $install/usr/share/pixmaps $fs/usr/share
   43.23  }
   43.24 -
    44.1 --- a/matchbox-themes-extra/receipt	Thu Mar 26 02:57:59 2015 -0300
    44.2 +++ b/matchbox-themes-extra/receipt	Thu Mar 26 09:34:19 2015 +0100
    44.3 @@ -8,12 +8,11 @@
    44.4  LICENSE="GPL2"
    44.5  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    44.6  WEB_SITE="http://matchbox-project.org/"
    44.7 -WGET_URL="${WEB_SITE}sources/$PACKAGE/0.3/$TARBALL"
    44.8 +WGET_URL="${WEB_SITE}sources/$PACKAGE/$VERSION/$TARBALL"
    44.9  
   44.10  # Rules to configure and make the package.
   44.11  compile_rules()
   44.12  {
   44.13 -	cd $src
   44.14  	./configure $CONFIGURE_ARGS &&
   44.15  	make && make DESTDIR=$DESTDIR install
   44.16  }
    45.1 --- a/matchbox-window-manager/receipt	Thu Mar 26 02:57:59 2015 -0300
    45.2 +++ b/matchbox-window-manager/receipt	Thu Mar 26 09:34:19 2015 +0100
    45.3 @@ -8,7 +8,7 @@
    45.4  LICENSE="GPL2"
    45.5  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    45.6  WEB_SITE="http://matchbox-project.org/"
    45.7 -WGET_URL="${WEB_SITE}sources/$PACKAGE/1.2/$TARBALL"
    45.8 +WGET_URL="${WEB_SITE}sources/$PACKAGE/$VERSION/$TARBALL"
    45.9  TAGS="window-manager"
   45.10  
   45.11  DEPENDS="gtk+ startup-notification libmatchbox"
   45.12 @@ -17,7 +17,6 @@
   45.13  # Rules to configure and make the package.
   45.14  compile_rules()
   45.15  {
   45.16 -	cd $src
   45.17  	./configure \
   45.18  		--sysconfdir=/etc \
   45.19  		--enable-expat \
   45.20 @@ -35,4 +34,3 @@
   45.21  	cp -a $install/usr/bin $fs/usr
   45.22  	cp -a $install/usr/share $fs/usr
   45.23  }
   45.24 -
    46.1 --- a/mb-applet-volume/receipt	Thu Mar 26 02:57:59 2015 -0300
    46.2 +++ b/mb-applet-volume/receipt	Thu Mar 26 09:34:19 2015 +0100
    46.3 @@ -8,7 +8,7 @@
    46.4  LICENSE="GPL2"
    46.5  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    46.6  WEB_SITE="http://matchbox-project.org/"
    46.7 -WGET_URL="${WEB_SITE}sources/$PACKAGE/0.2/$TARBALL"
    46.8 +WGET_URL="${WEB_SITE}sources/$PACKAGE/$VERSION/$TARBALL"
    46.9  
   46.10  DEPENDS="gtk+ libmatchbox"
   46.11  BUILD_DEPENDS="gtk+-dev libmatchbox-dev"
   46.12 @@ -16,7 +16,6 @@
   46.13  # Rules to configure and make the package.
   46.14  compile_rules()
   46.15  {
   46.16 -	cd $src
   46.17  	./configure $CONFIGURE_ARGS &&
   46.18  	make && make install
   46.19  }
   46.20 @@ -29,4 +28,3 @@
   46.21  	cp -a $install/usr/share/applications $fs/usr/share
   46.22  	cp -a $install/usr/share/pixmaps $fs/usr/share
   46.23  }
   46.24 -
    47.1 --- a/mgetty/receipt	Thu Mar 26 02:57:59 2015 -0300
    47.2 +++ b/mgetty/receipt	Thu Mar 26 09:34:19 2015 +0100
    47.3 @@ -8,15 +8,13 @@
    47.4  LICENSE="GPL2"
    47.5  TARBALL="$PACKAGE$VERSION-Jun05.tar.gz"
    47.6  WEB_SITE="http://mgetty.greenie.net/"
    47.7 -WGET_URL="ftp://mgetty.greenie.net/pub/$PACKAGE/source/1.1/$TARBALL"
    47.8 +WGET_URL="ftp://mgetty.greenie.net/pub/$PACKAGE/source/${VERSION%.*}/$TARBALL"
    47.9  DEPENDS="slitaz-base-files"
   47.10  CONFIG_FILES="/etc/mgetty+sendfax"
   47.11  
   47.12  # Rules to configure and make the package.
   47.13  compile_rules()
   47.14  {
   47.15 -
   47.16 -	cd $src
   47.17  	[ -f Makefile.dist ] && mv -f Makefile.dist Makefile
   47.18  	cp Makefile Makefile.dist
   47.19  	cp Makefile Makefile.install
    48.1 --- a/monkey/receipt	Thu Mar 26 02:57:59 2015 -0300
    48.2 +++ b/monkey/receipt	Thu Mar 26 09:34:19 2015 +0100
    48.3 @@ -8,7 +8,7 @@
    48.4  LICENSE="APL2"
    48.5  TARBALL="$PACKAGE-$VERSION.tar.gz"
    48.6  WEB_SITE="http://monkey-project.com"
    48.7 -WGET_URL="$WEB_SITE/releases/1.5/$TARBALL"
    48.8 +WGET_URL="$WEB_SITE/releases/${VERSION%.*}/$TARBALL"
    48.9  
   48.10  DEPENDS=""
   48.11  BUILD_DEPENDS="findutils"
    49.1 --- a/muparser/receipt	Thu Mar 26 02:57:59 2015 -0300
    49.2 +++ b/muparser/receipt	Thu Mar 26 09:34:19 2015 +0100
    49.3 @@ -6,9 +6,9 @@
    49.4  SHORT_DESC="A fast math parser library"
    49.5  MAINTAINER="devl547@gmail.com"
    49.6  LICENSE="MIT"
    49.7 -TARBALL="muparser_v2_2_3.zip"
    49.8 +TARBALL="muparser_v${VERSION//./_}.zip"
    49.9  WEB_SITE="http://muparser.beltoforion.de/"
   49.10 -WGET_URL="http://downloads.sourceforge.net/project/muparser/muparser/Version%202.2.3/$TARBALL"
   49.11 +WGET_URL="http://downloads.sourceforge.net/project/muparser/muparser/Version%20$VERSION/$TARBALL"
   49.12  
   49.13  DEPENDS=""
   49.14  BUILD_DEPENDS=""
   49.15 @@ -16,7 +16,6 @@
   49.16  # Rules to configure and make the package.
   49.17  compile_rules()
   49.18  {
   49.19 -	cd $src
   49.20  	./configure \
   49.21  	--disable-samples \
   49.22  	 $CONFIGURE_ARGS &&
    50.1 --- a/murrine/receipt	Thu Mar 26 02:57:59 2015 -0300
    50.2 +++ b/murrine/receipt	Thu Mar 26 09:34:19 2015 +0100
    50.3 @@ -8,7 +8,7 @@
    50.4  LICENSE="LGPL3"
    50.5  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    50.6  WEB_SITE="http://www.cimitan.com/murrine"
    50.7 -WGET_URL="http://ftp.gnome.org/pub/GNOME/sources/murrine/0.98/$TARBALL"
    50.8 +WGET_URL="http://ftp.gnome.org/pub/GNOME/sources/murrine/${VERSION%.*.*}/$TARBALL"
    50.9  
   50.10  DEPENDS="pixman expat libgio gtk+"
   50.11  BUILD_DEPENDS="autoconf automake intltool libtool m4 gettext libgomp pixman-dev expat-dev libgio-dev gtk+-dev glibc-locale"
   50.12 @@ -16,7 +16,6 @@
   50.13  # Rules to configure and make the package.
   50.14  compile_rules()
   50.15  {
   50.16 -	cd $src
   50.17  	find . -name '*.[ch]*' | xargs sed -i 's|<glib/.*h|<glib.h|'
   50.18  	#sed -i 's/1.10/1.11/g' autogen.sh
   50.19  	./configure --prefix=/usr --enable-animation $CONFIGURE_ARGS &&
   50.20 @@ -32,4 +31,3 @@
   50.21  	cp -a $install/usr/lib $fs/usr
   50.22  	
   50.23  }
   50.24 -
    51.1 --- a/mysql/receipt	Thu Mar 26 02:57:59 2015 -0300
    51.2 +++ b/mysql/receipt	Thu Mar 26 09:34:19 2015 +0100
    51.3 @@ -8,7 +8,7 @@
    51.4  LICENSE="GPL2"
    51.5  TARBALL="$PACKAGE-$VERSION.tar.gz"
    51.6  WEB_SITE="http://www.mysql.com/"
    51.7 -WGET_URL="ftp://mirror.switch.ch/mirror/mysql/Downloads/MySQL-5.5/$TARBALL"
    51.8 +WGET_URL="ftp://mirror.switch.ch/mirror/mysql/Downloads/MySQL-${VERSION%.*}/$TARBALL"
    51.9  CONFIG_FILES="/etc/mysql"
   51.10  DATABASE_FILES="/var/lib/mysql"
   51.11  TAZPANEL_DAEMON="man|edit::/etc/mysql/my.cnf|options|web::$WEB_SITE"
    52.1 --- a/network-manager/receipt	Thu Mar 26 02:57:59 2015 -0300
    52.2 +++ b/network-manager/receipt	Thu Mar 26 09:34:19 2015 +0100
    52.3 @@ -9,7 +9,7 @@
    52.4  SOURCE="NetworkManager"
    52.5  TARBALL="$SOURCE-$VERSION.tar.xz"
    52.6  WEB_SITE="http://projects.gnome.org/NetworkManager/"
    52.7 -WGET_URL="$GNOME_MIRROR/$SOURCE/0.9/$TARBALL"
    52.8 +WGET_URL="$GNOME_MIRROR/$SOURCE/${VERSION%.*.*}/$TARBALL"
    52.9  
   52.10  DEPENDS="dbus dbus-glib gtk+ wireless_tools libgudev libnl nss ppp iptables dhcp-client"
   52.11  BUILD_DEPENDS="dbus-dev dbus-glib-dev gtk+-dev wireless_tools-dev libgudev-dev \
   52.12 @@ -18,7 +18,6 @@
   52.13  # Rules to configure and make the package.
   52.14  compile_rules()
   52.15  {
   52.16 -	cd $src
   52.17  	./configure \
   52.18  		--prefix=/usr \
   52.19  		--libexecdir=/usr/lib/$PACKAGE \
    53.1 --- a/nss-ldapd/receipt	Thu Mar 26 02:57:59 2015 -0300
    53.2 +++ b/nss-ldapd/receipt	Thu Mar 26 09:34:19 2015 +0100
    53.3 @@ -9,7 +9,7 @@
    53.4  SOURCE="nss-pam-ldapd"
    53.5  TARBALL="$SOURCE-$VERSION.tar.gz"
    53.6  WEB_SITE="http://ch.tudelft.nl/~arthur/nss-ldapd/"
    53.7 -WGET_URL="http://arthurdejong.org/nss-pam-ldapd/nss-pam-ldapd-0.7.15.tar.gz"
    53.8 +WGET_URL="http://arthurdejong.org/$SOURCE/$TARBALL"
    53.9  
   53.10  DEPENDS="cyrus-sasl krb5 libkrb5 libldap libssl libcomerr3"
   53.11  BUILD_DEPENDS="cyrus-sasl-dev krb5-dev openldap-dev openssl-dev pam-dev \
   53.12 @@ -18,7 +18,6 @@
   53.13  # Rules to configure and make the package.
   53.14  compile_rules()
   53.15  {
   53.16 -	cd $src
   53.17  	mkdir -p $DESTDIR/usr/lib $DESTDIR/etc $DESTDIR/usr/lib/security
   53.18  	sed -i 's/-D / /' */Makefile.in Makefile.in
   53.19  	./configure --prefix=/usr --infodir=/usr/share/info \
   53.20 @@ -35,4 +34,3 @@
   53.21  	cp -a $install/usr/sbin $fs/usr
   53.22  	cp -a $install/usr/lib $fs/usr
   53.23  }
   53.24 -
    54.1 --- a/ocsinventory-agent/receipt	Thu Mar 26 02:57:59 2015 -0300
    54.2 +++ b/ocsinventory-agent/receipt	Thu Mar 26 09:34:19 2015 +0100
    54.3 @@ -10,7 +10,7 @@
    54.4  TARBALL="$SOURCE-$VERSION.tar.gz"
    54.5  SUGGESTED="nmap perl-net-ssleay"
    54.6  WEB_SITE="http://www.ocsinventory-ng.org/"
    54.7 -WGET_URL="https://launchpad.net/ocsinventory-unix-agent/stable-2.0/2.0.4/+download/$TARBALL"
    54.8 +WGET_URL="https://launchpad.net/ocsinventory-unix-agent/stable-${VERSION%.*}/$VERSION/+download/$TARBALL"
    54.9  
   54.10  DEPENDS="perl perl-libwww perl-uri dmidecode"
   54.11  BUILD_DEPENDS="perl wget"
    55.1 --- a/ocsinventory/receipt	Thu Mar 26 02:57:59 2015 -0300
    55.2 +++ b/ocsinventory/receipt	Thu Mar 26 09:34:19 2015 +0100
    55.3 @@ -9,7 +9,7 @@
    55.4  SOURCE="OCSNG_UNIX_SERVER"
    55.5  TARBALL="$SOURCE-$VERSION.tar.gz"
    55.6  WEB_SITE="http://www.ocsinventory-ng.org/"
    55.7 -WGET_URL="https://launchpad.net/ocsinventory-server/stable-2.0/$VERSION/+download/$TARBALL"
    55.8 +WGET_URL="https://launchpad.net/ocsinventory-server/stable-${VERSION%.*}/$VERSION/+download/$TARBALL"
    55.9  TAGS="system administration"
   55.10  
   55.11  DEPENDS="ocsinventory-server ocsinventory-agent ocsreports"
   55.12 @@ -24,8 +24,7 @@
   55.13  	make DESTDIR=$DESTDIR install
   55.14  }
   55.15  
   55.16 -genpkg_rules() {
   55.17 +genpkg_rules()
   55.18 +{
   55.19  	mkdir $fs/usr
   55.20  }
   55.21 -
   55.22 -
    56.1 --- a/pbzip2/receipt	Thu Mar 26 02:57:59 2015 -0300
    56.2 +++ b/pbzip2/receipt	Thu Mar 26 09:34:19 2015 +0100
    56.3 @@ -8,7 +8,7 @@
    56.4  LICENSE="BSD"
    56.5  TARBALL="$PACKAGE-$VERSION.tar.gz"
    56.6  WEB_SITE="http://compression.ca"
    56.7 -WGET_URL="https://launchpad.net/pbzip2/1.1/$VERSION/+download/$TARBALL"
    56.8 +WGET_URL="https://launchpad.net/pbzip2/${VERSION%.*}/$VERSION/+download/$TARBALL"
    56.9  
   56.10  DEPENDS="bzlib"
   56.11  BUILD_DEPENDS="bzip2-dev wget"
   56.12 @@ -16,7 +16,6 @@
   56.13  # Rules to configure and make the package.
   56.14  compile_rules()
   56.15  {
   56.16 -	cd $src
   56.17  	make
   56.18  }
   56.19  
    57.1 --- a/pyroom/receipt	Thu Mar 26 02:57:59 2015 -0300
    57.2 +++ b/pyroom/receipt	Thu Mar 26 09:34:19 2015 +0100
    57.3 @@ -8,7 +8,7 @@
    57.4  LICENSE="GPL3"
    57.5  TARBALL="$PACKAGE-$VERSION.tar.gz"
    57.6  WEB_SITE="http://pyroom.org/"
    57.7 -WGET_URL="http://launchpad.net/pyroom/0.4/$VERSION/+download/$TARBALL"
    57.8 +WGET_URL="http://launchpad.net/pyroom/${VERSION%.*}/$VERSION/+download/$TARBALL"
    57.9  
   57.10  DEPENDS="python pygtk python-xdg libffi"
   57.11  BUILD_DEPENDS="python python-dev gettext"
   57.12 @@ -16,7 +16,6 @@
   57.13  # Rules to configure and make the package.
   57.14  compile_rules()
   57.15  {
   57.16 -	cd $src
   57.17  	python setup.py build &&
   57.18  	python setup.py install --root=$DESTDIR
   57.19  }
   57.20 @@ -27,4 +26,3 @@
   57.21  	mkdir -p $fs
   57.22  	cp -a $install/usr $fs
   57.23  }
   57.24 -
    58.1 --- a/python-django/receipt	Thu Mar 26 02:57:59 2015 -0300
    58.2 +++ b/python-django/receipt	Thu Mar 26 09:34:19 2015 +0100
    58.3 @@ -9,7 +9,7 @@
    58.4  LICENSE="BSD"
    58.5  TARBALL="$SOURCE-$VERSION.tar.gz"
    58.6  WEB_SITE="https://www.djangoproject.com/"
    58.7 -WGET_URL="https://www.djangoproject.com/m/releases/1.5/$TARBALL"
    58.8 +WGET_URL="https://www.djangoproject.com/m/releases/${VERSION%.*}/$TARBALL"
    58.9  SUGGESTED="python-mysql"
   58.10  
   58.11  DEPENDS="python python-pysqlite"
   58.12 @@ -18,7 +18,6 @@
   58.13  # Rules to configure and make the package.
   58.14  compile_rules()
   58.15  {
   58.16 -	cd $src
   58.17  	python setup.py install --root=$DESTDIR
   58.18  }
   58.19  
    59.1 --- a/python-gazpacho/receipt	Thu Mar 26 02:57:59 2015 -0300
    59.2 +++ b/python-gazpacho/receipt	Thu Mar 26 09:34:19 2015 +0100
    59.3 @@ -10,7 +10,7 @@
    59.4  SUGGESTED="twisted"
    59.5  TARBALL="$SOURCE-$VERSION.tar.gz"
    59.6  WEB_SITE="http://gazpacho.sicem.biz"
    59.7 -WGET_URL="http://ftp.gnome.org/pub/gnome/sources/$SOURCE/0.7/$TARBALL"
    59.8 +WGET_URL="http://ftp.gnome.org/pub/gnome/sources/$SOURCE/${VERSION%.*}/$TARBALL"
    59.9  
   59.10  DEPENDS="python pygtk python-kiwi"
   59.11  BUILD_DEPENDS="python python-dev pygtk python-kiwi"
   59.12 @@ -18,7 +18,6 @@
   59.13  # Rules to configure and make the package.
   59.14  compile_rules()
   59.15  {
   59.16 -	cd $src
   59.17  	python setup.py install --root=$DESTDIR || return 1
   59.18  	mkdir -p $DESTDIR/usr/share/locale/pt
   59.19  	cp -a locale/fr $DESTDIR/usr/share/locale
   59.20 @@ -33,4 +32,3 @@
   59.21  	cp -a $install/usr/lib $fs/usr
   59.22  	cp -a $install/usr/share $fs/usr
   59.23  }
   59.24 -
    60.1 --- a/python-kiwi/receipt	Thu Mar 26 02:57:59 2015 -0300
    60.2 +++ b/python-kiwi/receipt	Thu Mar 26 09:34:19 2015 +0100
    60.3 @@ -10,7 +10,7 @@
    60.4  SUGGESTED="zopeinterface libglade"
    60.5  TARBALL="$SOURCE-$VERSION.tar.xz"
    60.6  WEB_SITE="http://www.async.com.br/projects/kiwi"
    60.7 -WGET_URL="https://download.gnome.org/sources/kiwi/1.9/$TARBALL"
    60.8 +WGET_URL="https://download.gnome.org/sources/kiwi/${VERSION%.*}/$TARBALL"
    60.9  
   60.10  DEPENDS="python gtk+ pygobject pygtk"
   60.11  BUILD_DEPENDS="python-dev gtk+-dev pygobject-dev pygtk-dev wget"
   60.12 @@ -18,7 +18,6 @@
   60.13  # Rules to configure and make the package.
   60.14  compile_rules()
   60.15  {
   60.16 -	cd $src
   60.17  	python setup.py install --root=$DESTDIR
   60.18  }
   60.19  
   60.20 @@ -27,4 +26,3 @@
   60.21  {
   60.22  	cp -a $install/usr $fs
   60.23  }
   60.24 -
    61.1 --- a/qt4-base/receipt	Thu Mar 26 02:57:59 2015 -0300
    61.2 +++ b/qt4-base/receipt	Thu Mar 26 09:34:19 2015 +0100
    61.3 @@ -9,7 +9,7 @@
    61.4  LICENSE="GPL3 LGPL2.1"
    61.5  TARBALL="$SOURCE-$VERSION.tar.gz"
    61.6  WEB_SITE="http://qt-project.org/"
    61.7 -WGET_URL="http://download.qt-project.org/archive/qt/4.8/$VERSION/$TARBALL"
    61.8 +WGET_URL="http://download.qt-project.org/archive/qt/${VERSION%.*}/$VERSION/$TARBALL"
    61.9  # PROVIDE="qt-x11-opensource-src Qt4"
   61.10  TAGS="qt"
   61.11  
    62.1 --- a/qt4/receipt	Thu Mar 26 02:57:59 2015 -0300
    62.2 +++ b/qt4/receipt	Thu Mar 26 09:34:19 2015 +0100
    62.3 @@ -9,7 +9,7 @@
    62.4  LICENSE="GPL3 LGPL2.1"
    62.5  TARBALL="$SOURCE-$VERSION.tar.gz"
    62.6  WEB_SITE="http://qt-project.org/"
    62.7 -WGET_URL="http://download.qt-project.org/archive/qt/4.8/$VERSION/$TARBALL"
    62.8 +WGET_URL="http://download.qt-project.org/archive/qt/${VERSION%.*}/$VERSION/$TARBALL"
    62.9  PROVIDE="qt-x11-opensource-src Qt4"
   62.10  TAGS="qt"
   62.11  
    63.1 --- a/redis/receipt	Thu Mar 26 02:57:59 2015 -0300
    63.2 +++ b/redis/receipt	Thu Mar 26 09:34:19 2015 +0100
    63.3 @@ -6,16 +6,15 @@
    63.4  SHORT_DESC="Redis is an open source, BSD licensed, advanced key-value cache and store"
    63.5  MAINTAINER="nneul@neulinger.org"
    63.6  LICENSE="BSD"
    63.7 -TARBALL="redis-2.8.19.tar.gz"
    63.8 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    63.9  WEB_SITE="http://redis.io/"
   63.10 -WGET_URL="http://download.redis.io/releases/redis-2.8.19.tar.gz"
   63.11 +WGET_URL="http://download.redis.io/releases/$TARBALL"
   63.12  TAGS="database"
   63.13  BUILD_DEPENDS="libxslt"
   63.14  
   63.15  # Rules to configure and make the package.
   63.16  compile_rules()
   63.17  {
   63.18 -	cd $src
   63.19  	make PREFIX=/usr
   63.20  }
   63.21  
   63.22 @@ -31,4 +30,3 @@
   63.23  	cp -a $src/src/redis-check-aof $fs/usr/bin
   63.24  	cp -a $src/redis.conf $fs/etc
   63.25  }
   63.26 -
    64.1 --- a/rogue/receipt	Thu Mar 26 02:57:59 2015 -0300
    64.2 +++ b/rogue/receipt	Thu Mar 26 09:34:19 2015 +0100
    64.3 @@ -8,7 +8,7 @@
    64.4  LICENSE="BSD"
    64.5  TARBALL="$PACKAGE$VERSION-src.tar.gz"
    64.6  WEB_SITE="http://rogue.rogueforge.net/"
    64.7 -WGET_URL="http://rogue.rogueforge.net/files/rogue5.4/$TARBALL"
    64.8 +WGET_URL="http://rogue.rogueforge.net/files/rogue${VERSION%.*}/$TARBALL"
    64.9  
   64.10  DEPENDS="ncurses"
   64.11  BUILD_DEPENDS="ncurses-dev"
    65.1 --- a/ruby-ncurses/receipt	Thu Mar 26 02:57:59 2015 -0300
    65.2 +++ b/ruby-ncurses/receipt	Thu Mar 26 09:34:19 2015 +0100
    65.3 @@ -11,12 +11,11 @@
    65.4  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    65.5  SOURCE="ncurses-ruby"
    65.6  WEB_SITE="http://pkgs.fedoraproject.org/repo/pkgs/ruby-ncurses/"
    65.7 -WGET_URL="http://pkgs.fedoraproject.org/repo/pkgs/ruby-ncurses/ncurses-ruby-1.3.1.tar.bz2/63fd3d09a51cdd745e1ed37f85621ea2/ncurses-ruby-1.3.1.tar.bz2"
    65.8 +WGET_URL="${WEB_SITE}$TARBALL/63fd3d09a51cdd745e1ed37f85621ea2/$TARBALL"
    65.9  
   65.10  # Rules to configure and make the package.
   65.11  compile_rules()
   65.12  {
   65.13 -	cd $src
   65.14  	# use fedora patches
   65.15  	patch -i ../../stuff/STR2CSTR-deprecated.patch
   65.16  	patch -i ../../stuff/ruby-ncurses-fix-missing-tz-prototypes.patch
   65.17 @@ -31,4 +30,3 @@
   65.18  	mkdir -p $fs/usr
   65.19  	cp -a $install/usr/lib $fs/usr
   65.20  }
   65.21 -
    66.1 --- a/slang/receipt	Thu Mar 26 02:57:59 2015 -0300
    66.2 +++ b/slang/receipt	Thu Mar 26 09:34:19 2015 +0100
    66.3 @@ -8,8 +8,8 @@
    66.4  LICENSE="GPL2"
    66.5  TARBALL="$PACKAGE-$VERSION.tar.gz"
    66.6  WEB_SITE="http://www.s-lang.org/index.html"
    66.7 -WGET_URL="ftp://ftp.fu-berlin.de/pub/unix/misc/slang/v2.2/$TARBALL
    66.8 - ftp://space.mit.edu/pub/davis/slang/v2.2/$TARBALL"
    66.9 +WGET_URL="ftp://ftp.fu-berlin.de/pub/unix/misc/slang/v${VERSION%.*}/$TARBALL
   66.10 + ftp://space.mit.edu/pub/davis/slang/v${VERSION%.*}/$TARBALL"
   66.11  
   66.12  DEPENDS="pcre libpng zlib"
   66.13  
    67.1 --- a/swfdec/receipt	Thu Mar 26 02:57:59 2015 -0300
    67.2 +++ b/swfdec/receipt	Thu Mar 26 09:34:19 2015 +0100
    67.3 @@ -8,7 +8,7 @@
    67.4  LICENSE="LGPL2.1"
    67.5  TARBALL="$PACKAGE-$VERSION.tar.gz"
    67.6  WEB_SITE="http://swfdec.freedesktop.org/"
    67.7 -WGET_URL="http://swfdec.freedesktop.org/download/swfdec/0.9/$TARBALL"
    67.8 +WGET_URL="http://swfdec.freedesktop.org/download/swfdec/${VERSION%.*}/$TARBALL"
    67.9  
   67.10  DEPENDS="glib liboil pango gtk+ libsoup cairo alsa-lib gstreamer gst-plugins-base"
   67.11  BUILD_DEPENDS="glib-dev liboil-dev pango-dev gtk+-dev libsoup-dev \
    68.1 --- a/sylpheed-full/receipt	Thu Mar 26 02:57:59 2015 -0300
    68.2 +++ b/sylpheed-full/receipt	Thu Mar 26 09:34:19 2015 +0100
    68.3 @@ -9,7 +9,7 @@
    68.4  SOURCE="sylpheed"
    68.5  TARBALL="$SOURCE-$VERSION.tar.bz2"
    68.6  WEB_SITE="http://sylpheed.sraoss.jp/en/"
    68.7 -WGET_URL="http://sylpheed.sraoss.jp/sylpheed/v3.1/$TARBALL"
    68.8 +WGET_URL="http://sylpheed.sraoss.jp/sylpheed/v${VERSION%.*}/$TARBALL"
    68.9  TAGS="mail internet"
   68.10  PROVIDE="sylpheed"
   68.11  
    69.1 --- a/sylpheed/receipt	Thu Mar 26 02:57:59 2015 -0300
    69.2 +++ b/sylpheed/receipt	Thu Mar 26 09:34:19 2015 +0100
    69.3 @@ -8,7 +8,7 @@
    69.4  LICENSE="GPL2"
    69.5  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    69.6  WEB_SITE="http://sylpheed.sraoss.jp/en/"
    69.7 -WGET_URL="http://sylpheed.sraoss.jp/sylpheed/v3.3/$TARBALL"
    69.8 +WGET_URL="http://sylpheed.sraoss.jp/sylpheed/v${VERSION%.*}/$TARBALL"
    69.9  TAGS="mail internet"
   69.10  
   69.11  DEPENDS="gtk+ libssl libffi"
    70.1 --- a/tcptrack/receipt	Thu Mar 26 02:57:59 2015 -0300
    70.2 +++ b/tcptrack/receipt	Thu Mar 26 09:34:19 2015 +0100
    70.3 @@ -8,7 +8,7 @@
    70.4  LICENSE="GPL2.1"
    70.5  TARBALL="$PACKAGE-$VERSION.tar.gz"
    70.6  WEB_SITE="http://freecode.com/projects/tcptrack"
    70.7 -WGET_URL="http://pkgs.fedoraproject.org/repo/pkgs/tcptrack/tcptrack-1.4.2.tar.gz/dacf71a6b5310caf1203a2171b598610/$TARBALL"
    70.8 +WGET_URL="http://pkgs.fedoraproject.org/repo/pkgs/tcptrack/$TARBALL/dacf71a6b5310caf1203a2171b598610/$TARBALL"
    70.9  
   70.10  DEPENDS="ncurses libpcap"
   70.11  BUILD_DEPENDS="ncurses-dev libpcap-dev"
    71.1 --- a/tinyxml/receipt	Thu Mar 26 02:57:59 2015 -0300
    71.2 +++ b/tinyxml/receipt	Thu Mar 26 09:34:19 2015 +0100
    71.3 @@ -1,14 +1,14 @@
    71.4  # SliTaz package receipt.
    71.5  
    71.6  PACKAGE="tinyxml"
    71.7 -VERSION="2_6_2"
    71.8 +VERSION="2.6.2"
    71.9  CATEGORY="system-tools"
   71.10  SHORT_DESC="TinyXML is a simple, small, C++ XML parser."
   71.11  MAINTAINER="pankso@slitaz.org"
   71.12  LICENSE="GPL2"
   71.13 -TARBALL="${PACKAGE}_$VERSION.zip"
   71.14 +TARBALL="${PACKAGE}_${VERSION//./_}.zip"
   71.15  WEB_SITE="http://wiki.lxde.org/en/LXMusic"
   71.16 -WGET_URL="$SF_MIRROR/project/$PACKAGE/$PACKAGE/2.6.2/$TARBALL"
   71.17 +WGET_URL="$SF_MIRROR/project/$PACKAGE/$PACKAGE/$VERSION/$TARBALL"
   71.18  #HOST_ARCH="i486 arm"
   71.19  
   71.20  # Rules to configure and make the package.
   71.21 @@ -16,7 +16,7 @@
   71.22  {
   71.23  	make &&
   71.24  	${HOST_SYSTEM}-g++ -m32 -fPIC "$CXXFLAGS" -shared \
   71.25 -		-o libtinyxml.so.0.2.6.2 \
   71.26 +		-o libtinyxml.so.0.$VERSION \
   71.27  		-Wl,-soname,libtinyxml.so.0 $(ls *.o | grep -v xmltest)
   71.28  }
   71.29  
   71.30 @@ -27,7 +27,7 @@
   71.31  	cp -a ${src}/xmltest $fs/usr/bin
   71.32  	cp -a ${src}/*.so* $fs/usr/lib
   71.33  	cd  $fs/usr/lib
   71.34 -	ln -s libtinyxml.so.0.2.6.2 libtinyxml.so.0
   71.35 -	ln -s libtinyxml.so.0.2.6.2 libtinyxml.so
   71.36 +	ln -s libtinyxml.so.0.$VERSION libtinyxml.so.0
   71.37 +	ln -s libtinyxml.so.0.$VERSION libtinyxml.so
   71.38  }
   71.39  
    72.1 --- a/xfburn/receipt	Thu Mar 26 02:57:59 2015 -0300
    72.2 +++ b/xfburn/receipt	Thu Mar 26 09:34:19 2015 +0100
    72.3 @@ -8,7 +8,7 @@
    72.4  LICENSE="GPL2"
    72.5  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    72.6  WEB_SITE="http://goodies.xfce.org/projects/applications/xfburn"
    72.7 -WGET_URL="http://archive.xfce.org/src/apps/xfburn/0.5/$TARBALL"
    72.8 +WGET_URL="http://archive.xfce.org/src/apps/xfburn/${VERSION%.*}/$TARBALL"
    72.9  
   72.10  DEPENDS="gtk+ libburn libexo libisofs libxfce4ui"
   72.11  BUILD_DEPENDS="intltool libburn-dev libexo-dev libisofs-dev libxfce4ui-dev"
   72.12 @@ -16,7 +16,6 @@
   72.13  # Rules to configure and make the package.
   72.14  compile_rules()
   72.15  {
   72.16 -	cd $src
   72.17  	sed -i 's|glib.h>|&\n#include <glib-object.h>|' xfburn/xfburn-settings.h
   72.18  	./configure --prefix=/usr --sysconfdir=/etc \
   72.19  	--libexecdir=/usr/bin \
    73.1 --- a/xfmedia/receipt	Thu Mar 26 02:57:59 2015 -0300
    73.2 +++ b/xfmedia/receipt	Thu Mar 26 09:34:19 2015 +0100
    73.3 @@ -8,7 +8,7 @@
    73.4  LICENSE="GPL2"
    73.5  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    73.6  WEB_SITE="http://spuriousinterrupt.org/projects/xfmedia"
    73.7 -WGET_URL="http://spuriousinterrupt.org/files/xfmedia/xfmedia-0.9.2.tar.bz2"
    73.8 +WGET_URL="http://spuriousinterrupt.org/files/xfmedia/$TARBALL"
    73.9  
   73.10  DEPENDS="libxfcegui4 libexo xine-lib xorg-libXss xorg-libXtst taglib libexo startup-notification"
   73.11  BUILD_DEPENDS="libexo-dev util-linux-uuid-dev xine-lib-dev intltool libxfcegui4-dev \
   73.12 @@ -17,7 +17,6 @@
   73.13  # Rules to configure and make the package.
   73.14  compile_rules()
   73.15  {
   73.16 -	cd $src
   73.17  	sed -i 's/return xine_trick_mode.*/return 0;/' src/xfmedia-xine.c
   73.18  	patch -Np1 -i $stuff/xfmedia-dbus-0.6-support.patch
   73.19  	patch -Np1 -i $stuff/xfmedia-empty-prev-next-fix.patch
   73.20 @@ -49,4 +48,3 @@
   73.21  	# Strip evrythings
   73.22  	find $fs/usr/lib/ -exec strip -s {} 2> /dev/null \;
   73.23  }
   73.24 -