wok-next diff fzy/receipt @ rev 21726
updated firefox-official (77.0 -> 81.0)
author | Hans-G?nter Theisgen |
---|---|
date | Sun Sep 27 14:34:31 2020 +0100 (2020-09-27) |
parents | cf0064551e72 |
children |
line diff
1.1 --- a/fzy/receipt Sun Oct 23 08:53:53 2016 +0100 1.2 +++ b/fzy/receipt Sun Sep 27 14:34:31 2020 +0100 1.3 @@ -1,28 +1,20 @@ 1.4 -# SliTaz package receipt. 1.5 +# SliTaz package receipt v2. 1.6 1.7 PACKAGE="fzy" 1.8 -VERSION="0.7" 1.9 +VERSION="1.0" 1.10 CATEGORY="utilities" 1.11 -SHORT_DESC="A fast, simple fuzzy finder." 1.12 +SHORT_DESC="A fast, simple fuzzy finder" 1.13 MAINTAINER="paul@slitaz.org" 1.14 -TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.15 +LICENSE="MIT" 1.16 WEB_SITE="https://github.com/jhawthorn/fzy" 1.17 -WGET_URL="git|git://github.com/jhawthorn/fzy" 1.18 1.19 -DEPENDS="" 1.20 -BUILD_DEPENDS="git bzip2" 1.21 +TARBALL="$PACKAGE-$VERSION.tar.gz" 1.22 +WGET_URL="https://github.com/jhawthorn/fzy/releases/download/$VERSION/$TARBALL" 1.23 1.24 -# Rules to configure and make the package. 1.25 -compile_rules() 1.26 -{ 1.27 - make 1.28 - make PREFIX=/usr DESTDIR=$DESTDIR install 1.29 +compile_rules() { 1.30 + make PREFIX=/usr install 1.31 } 1.32 1.33 -# Rules to gen a SliTaz package suitable for Tazpkg. 1.34 -genpkg_rules() 1.35 -{ 1.36 - mkdir -p $fs/usr 1.37 - cp -a $install/usr/bin $fs/usr 1.38 +genpkg_rules() { 1.39 + copy @std 1.40 } 1.41 -