wok-next view lz5/receipt @ rev 21727

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