wok-next diff 0install/receipt @ rev 20957

Random updates
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Sep 05 15:26:05 2018 +0300 (2018-09-05)
parents c022997c7a57
children f48456621a9d
line diff
     1.1 --- a/0install/receipt	Thu Aug 23 10:22:21 2018 +0300
     1.2 +++ b/0install/receipt	Wed Sep 05 15:26:05 2018 +0300
     1.3 @@ -1,22 +1,24 @@
     1.4  # SliTaz package receipt v2.
     1.5  
     1.6  PACKAGE="0install"
     1.7 -VERSION="1.13"
     1.8 +VERSION="2.3"
     1.9  CATEGORY="misc"
    1.10 -SHORT_DESC="A decentralised cross-distribution software installation system"
    1.11 +SHORT_DESC="Decentralised cross-distribution software installation system"
    1.12  MAINTAINER="pascal.bellard@slitaz.org"
    1.13  LICENSE="LGPL2.1"
    1.14  WEB_SITE="http://0install.net/"
    1.15  
    1.16  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.17 -WGET_URL="http://downloads.sf.net/project/zero-install/$PACKAGE/$VERSION/$TARBALL"
    1.18 +WGET_URL="$SF_MIRROR/zero-install/$TARBALL"
    1.19  
    1.20  BUILD_DEPENDS="python python-pygobject2"
    1.21  
    1.22 +# Can't build newer OCaml based version 2.13
    1.23 +
    1.24  compile_rules() {
    1.25  	python setup.py install --root=$DESTDIR || return 1
    1.26  
    1.27 -	# move man pages in a right place
    1.28 +	# move man pages into a right place
    1.29  	mv $install/usr/man $install/usr/share
    1.30  }
    1.31