wok diff exo/receipt @ rev 6025

Up: zile (2.3.19)
author Alexander Medvedev <devl547@gmail.com>
date Sun Aug 15 12:39:32 2010 +0000 (2010-08-15)
parents fb6366751bde
children 41ed3c4760c9
line diff
     1.1 --- a/exo/receipt	Tue Apr 06 23:43:13 2010 +0200
     1.2 +++ b/exo/receipt	Sun Aug 15 12:39:32 2010 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="exo"
     1.7 -VERSION="0.3.101"
     1.8 +VERSION="0.3.107"
     1.9  CATEGORY="meta"
    1.10  SHORT_DESC="Xfce Exo library and tools"
    1.11  MAINTAINER="erjo@slitaz.org"
    1.12 @@ -9,8 +9,8 @@
    1.13  BUILD_DEPENDS="libxfce4util-dev perl-uri startup-notification-dev hal-dev"
    1.14  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.15  WEB_SITE="http://www.xfce.org"
    1.16 -WGET_URL="http://www.tx-us.xfce.org/archive/xfce-4.6.1/src/$TARBALL
    1.17 - http://www.p0llux.be/xfce/xfce-$VERSION/src/$TARBALL"
    1.18 +WGET_URL="http://www.tx-us.xfce.org/archive/xfce-4.6.2/src/$TARBALL
    1.19 + http://www.p0llux.be/xfce/archive/xfce/4.6.2/src/$TARBALL"
    1.20  
    1.21  # Rules to configure and make the package.
    1.22  compile_rules()
    1.23 @@ -36,4 +36,8 @@
    1.24  genpkg_rules()
    1.25  {
    1.26  	mkdir $fs/usr
    1.27 +	for pkg in libexo libexo-dev exo-tools
    1.28 +	do
    1.29 +		tazwok cook $pkg
    1.30 +	done
    1.31  }