wok diff fzy/receipt @ rev 22679

updated elilo (3.10 -> 3.16)
author Hans-G?nter Theisgen
date Sat Jan 18 17:16:20 2020 +0100 (2020-01-18)
parents 8ea880a1f185
children 5ea0ce1cecc0
line diff
     1.1 --- a/fzy/receipt	Sun Apr 30 13:56:58 2017 +0100
     1.2 +++ b/fzy/receipt	Sat Jan 18 17:16:20 2020 +0100
     1.3 @@ -1,21 +1,22 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="fzy"
     1.7 -VERSION="0.9"
     1.8 +VERSION="1.0"
     1.9  CATEGORY="utilities"
    1.10  SHORT_DESC="A fast, simple fuzzy finder."
    1.11  MAINTAINER="paul@slitaz.org"
    1.12 -TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.13  WEB_SITE="https://github.com/jhawthorn/fzy"
    1.14 -WGET_URL="git|git://github.com/jhawthorn/fzy"
    1.15 +
    1.16 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.17 +WGET_URL="https://github.com/jhawthorn/$PACKAGE/release/download/$VERSION/$TARBALL"
    1.18  
    1.19  DEPENDS=""
    1.20 -BUILD_DEPENDS="git bzip2"
    1.21 +BUILD_DEPENDS=""
    1.22  
    1.23  # Rules to configure and make the package.
    1.24  compile_rules()
    1.25  {
    1.26 -	make
    1.27 +	make -j 1 &&
    1.28  	make PREFIX=/usr DESTDIR=$DESTDIR install
    1.29  }
    1.30  
    1.31 @@ -25,4 +26,3 @@
    1.32  	mkdir -p $fs/usr
    1.33  	cp -a $install/usr/bin $fs/usr
    1.34  }
    1.35 -