wok-next annotate lzop/receipt @ rev 20653

Add grub2-efi-modules (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri May 04 11:41:20 2018 +0200 (2018-05-04)
parents f463de72afe3
children d6378d455338
rev   line source
pascal@3193 1 # SliTaz package receipt.
pascal@3193 2
pascal@3193 3 PACKAGE="lzop"
erjo@13536 4 VERSION="1.03"
pascal@3193 5 CATEGORY="base-system"
pascal@3193 6 SHORT_DESC="Compressor with a high compression speed."
pascal@3193 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15002 8 LICENSE="GPL2"
al@19607 9 WEB_SITE="http://www.lzop.org/"
al@19607 10
pascal@3193 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@3193 12 WGET_URL="${WEB_SITE}download/$TARBALL"
pascal@15002 13
pascal@3193 14 DEPENDS="lzo"
pascal@3193 15 BUILD_DEPENDS="lzo-dev"
pascal@3193 16
pascal@3193 17 # Rules to configure and make the package.
pascal@3193 18 compile_rules()
pascal@3193 19 {
al@19607 20 patch -p1 -i $stuff/lzop-gcc6.patch
al@19607 21
al@19607 22 ./configure $CONFIGURE_ARGS && make && make install
pascal@3193 23 }
pascal@3193 24
pascal@3193 25 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@3193 26 genpkg_rules()
pascal@3193 27 {
al@19783 28 copy lzop
pascal@3193 29 }