wok-next annotate lz5/receipt @ rev 21531

updated busybox (1.27.2 -> 1.31.1)
author Hans-G?nter Theisgen
date Sat Jun 20 17:14:40 2020 +0100 (2020-06-20)
parents d5aab818505e
children
rev   line source
al@20463 1 # SliTaz package receipt v2.
pascal@18926 2
al@21041 3 PACKAGE="lz5" # FIXME: author renamed it to "lizard"
al@19607 4 VERSION="1.5"
pascal@18926 5 CATEGORY="base-system"
al@20463 6 SHORT_DESC="A modification of LZ4 with a better ratio but slower"
pascal@18926 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@18926 8 LICENSE="BSD GPL2"
al@21041 9 WEB_SITE="https://github.com/inikep/lizard"
al@19607 10
pascal@18926 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@19607 12 WGET_URL="$GITHUB/inikep/lz5/tarball/v$VERSION"
pascal@18926 13
al@21020 14 SPLIT="$PACKAGE-dev"
al@20463 15
al@20463 16 compile_rules() {
pascal@18926 17 make &&
al@21020 18 make PREFIX=/usr DESTDIR=$install install
pascal@18926 19 }
pascal@18926 20
al@20463 21 genpkg_rules() {
al@20463 22 case $PACKAGE in
al@20463 23 lz5)
al@20463 24 copy bin/
al@20463 25 ;;
al@20463 26 *-dev)
al@20463 27 copy include/ lib/
al@20463 28 ;;
al@20463 29 esac
pascal@18926 30 }