wok-next annotate szip/receipt @ rev 20443

The rest of my "home work" for update many packages (up to Xorg, GTK and Openbox) for Next and mainly for Next64. Since this point this repository is open for commits. Many errors are expected due to harfbuzz-freetype dependency loop...
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Feb 24 16:17:33 2018 +0200 (2018-02-24)
parents 3b4e4318134e
children 10df65db91ad
rev   line source
al@19817 1 # SliTaz package receipt v2.
pascal@13510 2
pascal@13510 3 PACKAGE="szip"
al@19817 4 VERSION="2.1.1"
pascal@13510 5 CATEGORY="misc"
al@19817 6 SHORT_DESC="Lossless compression of scientific data"
pascal@13510 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15593 8 LICENSE="other"
al@19817 9 WEB_SITE="https://support.hdfgroup.org/doc_resource/SZIP/"
al@19817 10
pascal@13510 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@19817 12 WGET_URL="https://support.hdfgroup.org/ftp/lib-external/szip/$VERSION/src/$TARBALL"
pascal@13510 13
al@19817 14 SPLIT="szip-dev"
pascal@13510 15
pascal@13510 16 # Rules to configure and make the package.
pascal@13510 17 compile_rules()
pascal@13510 18 {
al@19817 19 ./configure $CONFIGURE_ARGS && make && make install
pascal@13510 20 }
pascal@13510 21
pascal@13510 22 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@13510 23 genpkg_rules()
pascal@13510 24 {
al@19817 25 case $PACKAGE in
al@19817 26 szip) copy @std;;
al@19817 27 *-dev) copy @dev;;
al@19817 28 esac
pascal@13510 29 }