wok diff matchbox-window-manager/receipt @ rev 18859

Up 1.0v to 1.0.1v
author Leonardo Laporte <hackdorte@sapo.pt>
date Wed Jan 27 06:07:29 2016 +0000 (2016-01-27)
parents 5d53e8ccbc8d
children 0ad13e0c0b90
line diff
     1.1 --- a/matchbox-window-manager/receipt	Thu Jan 08 02:04:05 2015 +0200
     1.2 +++ b/matchbox-window-manager/receipt	Wed Jan 27 06:07:29 2016 +0000
     1.3 @@ -8,7 +8,7 @@
     1.4  LICENSE="GPL2"
     1.5  TARBALL="$PACKAGE-$VERSION.tar.bz2"
     1.6  WEB_SITE="http://matchbox-project.org/"
     1.7 -WGET_URL="${WEB_SITE}sources/$PACKAGE/1.2/$TARBALL"
     1.8 +WGET_URL="${WEB_SITE}sources/$PACKAGE/$VERSION/$TARBALL"
     1.9  TAGS="window-manager"
    1.10  
    1.11  DEPENDS="gtk+ startup-notification libmatchbox"
    1.12 @@ -17,7 +17,6 @@
    1.13  # Rules to configure and make the package.
    1.14  compile_rules()
    1.15  {
    1.16 -	cd $src
    1.17  	./configure \
    1.18  		--sysconfdir=/etc \
    1.19  		--enable-expat \
    1.20 @@ -35,4 +34,3 @@
    1.21  	cp -a $install/usr/bin $fs/usr
    1.22  	cp -a $install/usr/share $fs/usr
    1.23  }
    1.24 -