wok-next diff miro/receipt @ rev 21573

updated dansguardian (2.10.1.1 -> 2.12.0.3)
author Hans-G?nter Theisgen
date Mon Jun 22 17:38:17 2020 +0100 (2020-06-22)
parents c022997c7a57
children
line diff
     1.1 --- a/miro/receipt	Thu Aug 23 10:22:21 2018 +0300
     1.2 +++ b/miro/receipt	Mon Jun 22 17:38:17 2020 +0100
     1.3 @@ -4,9 +4,9 @@
     1.4  VERSION="6.0"
     1.5  CATEGORY="multimedia"
     1.6  SHORT_DESC="The free and open source internet TV platform"
     1.7 -MAINTAINER="slaxemulator@gmail.com"
     1.8 +MAINTAINER="devel@slitaz.org"
     1.9  LICENSE="GPL2"
    1.10 -WEB_SITE="http://www.getmiro.com"
    1.11 +WEB_SITE="http://www.getmiro.com/"
    1.12  
    1.13  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.14  WGET_URL="http://ftp.osuosl.org/pub/pculture.org/$PACKAGE/src/$TARBALL"
    1.15 @@ -19,8 +19,8 @@
    1.16  
    1.17  compile_rules() {
    1.18  	cd $src/linux
    1.19 -	python setup.py install --root=$DESTDIR
    1.20 -	sed -i "s|./miro.real|/usr/bin/miro.real|g" $DESTDIR/usr/bin/miro
    1.21 +	python -B setup.py install --root=$install &&
    1.22 +	sed -i "s|./miro.real|/usr/bin/miro.real|g" $install/usr/bin/miro
    1.23  }
    1.24  
    1.25  genpkg_rules() {