wok annotate 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
rev   line source
paul@19150 1 # SliTaz package receipt.
paul@19150 2
paul@19150 3 PACKAGE="fzy"
Hans-G?nter@20945 4 VERSION="1.0"
paul@19150 5 CATEGORY="utilities"
paul@19150 6 SHORT_DESC="A fast, simple fuzzy finder."
paul@19150 7 MAINTAINER="paul@slitaz.org"
paul@19150 8 WEB_SITE="https://github.com/jhawthorn/fzy"
Hans-G?nter@20945 9
Hans-G?nter@20945 10 TARBALL="$PACKAGE-$VERSION.tar.gz"
Hans-G?nter@20945 11 WGET_URL="https://github.com/jhawthorn/$PACKAGE/release/download/$VERSION/$TARBALL"
paul@19150 12
paul@19150 13 DEPENDS=""
Hans-G?nter@20945 14 BUILD_DEPENDS=""
paul@19150 15
paul@19150 16 # Rules to configure and make the package.
paul@19150 17 compile_rules()
paul@19150 18 {
Hans-G?nter@20945 19 make -j 1 &&
paul@19150 20 make PREFIX=/usr DESTDIR=$DESTDIR install
paul@19150 21 }
paul@19150 22
paul@19150 23 # Rules to gen a SliTaz package suitable for Tazpkg.
paul@19150 24 genpkg_rules()
paul@19150 25 {
paul@19150 26 mkdir -p $fs/usr
paul@19150 27 cp -a $install/usr/bin $fs/usr
paul@19150 28 }