wok diff labyrinth/receipt @ rev 18897

syslinux/isohybrid.exe add -r support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Feb 14 22:06:06 2016 +0100 (2016-02-14)
parents 81be8b6332d0
children eeba7ab1dffe
line diff
     1.1 --- a/labyrinth/receipt	Fri Mar 14 20:40:30 2014 +0000
     1.2 +++ b/labyrinth/receipt	Sun Feb 14 22:06:06 2016 +0100
     1.3 @@ -11,13 +11,12 @@
     1.4  WGET_URL="git|git://github.com/labyrinth-team/labyrinth"
     1.5  
     1.6  DEPENDS="python pygtk gtk+ python-xdg pycairo pygobject python-gconf"
     1.7 -BUILD_DEPENDS="bzip2 git python-dev pygtk-dev gtk+-dev pycairo-dev
     1.8 +BUILD_DEPENDS="bzip2 git python-dev pygtk-dev gtk+-dev pycairo-dev \
     1.9  pygobject-dev gettext"
    1.10  
    1.11  # Rules to configure and make the package.
    1.12  compile_rules()
    1.13  {
    1.14 -	cd $src
    1.15  	python setup.py install --root=$DESTDIR
    1.16  	./install_data_files.sh DESTDIR=$DESTDIR
    1.17  }
    1.18 @@ -27,4 +26,3 @@
    1.19  {
    1.20  	cp -a $install/usr $fs
    1.21  }
    1.22 -