wok diff ranger/receipt @ rev 14909

slitaz-i18n: add slitaz-configs as bdep; slitaz-configs: back openbox menu; locale-el, locale-ru: add keyboard layout icons; locale-fr, locale-hu, locale-pt_BR: recook with openbox menu.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Aug 05 11:40:01 2013 +0300 (2013-08-05)
parents af5c3f95656e
children 2b9f96603415
line diff
     1.1 --- a/ranger/receipt	Sun Dec 25 15:19:22 2011 +0100
     1.2 +++ b/ranger/receipt	Mon Aug 05 11:40:01 2013 +0300
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="ranger"
     1.7 -VERSION="1.5.2"
     1.8 +VERSION="1.5.5"
     1.9  CATEGORY="utilities"
    1.10  SHORT_DESC="File manager."
    1.11  MAINTAINER="paul@slitaz.org"
    1.12 @@ -16,14 +16,14 @@
    1.13  {
    1.14  	cd $src
    1.15  	python setup.py build
    1.16 -	python setup.py install --root=$PWD/_pkg
    1.17 +	python setup.py install --root=$DESTDIR
    1.18  }
    1.19  
    1.20  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.21  genpkg_rules()
    1.22  {
    1.23 -	cp -a $_pkg/usr $fs
    1.24 -	# remove man stuff
    1.25 +	cp -a $install/usr $fs
    1.26 +	# remove share stuff
    1.27  	rm -rf $fs/usr/share
    1.28  }
    1.29