wok-stable rev 5825

Up: exo* (0.3.107)
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Fri Jul 16 07:57:51 2010 +0200 (2010-07-16)
parents f4ab8a128b6f
children 575c4aab57f9
files exo-tools/receipt exo/receipt
line diff
     1.1 --- a/exo-tools/receipt	Thu Jul 15 22:52:54 2010 +0200
     1.2 +++ b/exo-tools/receipt	Fri Jul 16 07:57:51 2010 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="exo-tools"
     1.7 -VERSION="0.3.101"
     1.8 +VERSION="0.3.107"
     1.9  CATEGORY="x-window"
    1.10  SHORT_DESC="Xfce extension tools"
    1.11  MAINTAINER="erjo@slitaz.org"
     2.1 --- a/exo/receipt	Thu Jul 15 22:52:54 2010 +0200
     2.2 +++ b/exo/receipt	Fri Jul 16 07:57:51 2010 +0200
     2.3 @@ -1,7 +1,7 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="exo"
     2.7 -VERSION="0.3.101"
     2.8 +VERSION="0.3.107"
     2.9  CATEGORY="meta"
    2.10  SHORT_DESC="Xfce Exo library and tools"
    2.11  MAINTAINER="erjo@slitaz.org"
    2.12 @@ -9,8 +9,8 @@
    2.13  BUILD_DEPENDS="libxfce4util-dev perl-uri startup-notification-dev hal-dev"
    2.14  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    2.15  WEB_SITE="http://www.xfce.org"
    2.16 -WGET_URL="http://www.tx-us.xfce.org/archive/xfce-4.6.1/src/$TARBALL
    2.17 - http://www.p0llux.be/xfce/xfce-$VERSION/src/$TARBALL"
    2.18 +WGET_URL="http://www.tx-us.xfce.org/archive/xfce-4.6.2/src/$TARBALL
    2.19 + http://www.p0llux.be/xfce/archive/xfce/4.6.2/src/$TARBALL"
    2.20  
    2.21  # Rules to configure and make the package.
    2.22  compile_rules()
    2.23 @@ -36,4 +36,8 @@
    2.24  genpkg_rules()
    2.25  {
    2.26  	mkdir $fs/usr
    2.27 +	for pkg in libexo libexo-dev exo-tools
    2.28 +	do
    2.29 +		tazwok cook $pkg
    2.30 +	done
    2.31  }