wok-next annotate lz5/receipt @ rev 20334

Remove linux-uml & lxpanel-plugin-multiload
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Nov 16 16:28:30 2017 +0100 (2017-11-16)
parents 35a20e111081
children e323d0535e2c
rev   line source
pascal@18926 1 # SliTaz package receipt.
pascal@18926 2
pascal@18926 3 PACKAGE="lz5"
al@19607 4 VERSION="1.5"
pascal@18926 5 CATEGORY="base-system"
pascal@18926 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@19607 9 WEB_SITE="https://github.com/inikep/lz5"
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
pascal@18926 14 # Rules to configure and make the package.
pascal@18926 15 compile_rules()
pascal@18926 16 {
pascal@18926 17 make &&
al@19607 18 make PREFIX=/usr DESTDIR=$DESTDIR install
pascal@18926 19 }
pascal@18926 20
pascal@18926 21 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@18926 22 genpkg_rules()
pascal@18926 23 {
al@19783 24 copy bin/
pascal@18926 25 }