wok diff matchbox-themes-extra/receipt @ rev 18820

syslinux/iso2exe.sh: -f should keep flavor info
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jan 16 10:28:02 2016 +0100 (2016-01-16)
parents 3765f181a6d5
children 887b3b11683d
line diff
     1.1 --- a/matchbox-themes-extra/receipt	Sat Nov 30 17:02:58 2013 +0000
     1.2 +++ b/matchbox-themes-extra/receipt	Sat Jan 16 10:28:02 2016 +0100
     1.3 @@ -8,12 +8,11 @@
     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/0.3/$TARBALL"
     1.8 +WGET_URL="${WEB_SITE}sources/$PACKAGE/$VERSION/$TARBALL"
     1.9  
    1.10  # Rules to configure and make the package.
    1.11  compile_rules()
    1.12  {
    1.13 -	cd $src
    1.14  	./configure $CONFIGURE_ARGS &&
    1.15  	make && make DESTDIR=$DESTDIR install
    1.16  }