wok-next annotate lzop/receipt @ rev 20975

Close the chain: python and python3 both have upgradeable setuptools and pip
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun Sep 23 04:37:56 2018 +0300 (2018-09-23)
parents c4e53a39395a
children d5aab818505e
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 ./configure $CONFIGURE_ARGS && make && make install
pascal@3193 21 }
pascal@3193 22
pascal@3193 23 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@3193 24 genpkg_rules()
pascal@3193 25 {
al@19783 26 copy lzop
pascal@3193 27 }