wok diff mitter/receipt @ rev 18074

djview, djvulibre, smtube: revert to using (fixed) SF_MIRROR.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu May 21 18:01:32 2015 +0300 (2015-05-21)
parents af9a1b47948c
children 16df76e1fc6a
line diff
     1.1 --- a/mitter/receipt	Tue Jan 24 22:51:41 2012 +0100
     1.2 +++ b/mitter/receipt	Thu May 21 18:01:32 2015 +0300
     1.3 @@ -5,6 +5,7 @@
     1.4  CATEGORY="network"
     1.5  SHORT_DESC="Mitter is a client for Twitter."
     1.6  MAINTAINER="claudinei@slitaz.org"
     1.7 +LICENSE="GPL3"
     1.8  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.9  WEB_SITE="http://code.google.com/p/mitter"
    1.10  WGET_URL="http://mitter.googlecode.com/files/$TARBALL"
    1.11 @@ -16,7 +17,7 @@
    1.12  {
    1.13  	cd $src
    1.14  	python setup.py build
    1.15 -	python setup.py install --root=$PWD/_pkg
    1.16 +	python setup.py install --root=$DESTDIR
    1.17  }
    1.18  
    1.19  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.20 @@ -24,6 +25,5 @@
    1.21  {
    1.22  	mkdir -p $fs/usr/share/applications
    1.23  	cp -a $stuff/mitter.desktop $fs/usr/share/applications
    1.24 -	cp -a $_pkg/usr $fs
    1.25 +	cp -a $install/usr $fs
    1.26  }
    1.27 -