wok diff ranger/receipt @ rev 14041

gst-plugins-good: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Feb 18 16:15:19 2013 +0100 (2013-02-18)
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 Feb 18 16:15:19 2013 +0100
     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