wok-next annotate szip/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 10df65db91ad
children
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@21020 14 SPLIT="$PACKAGE-dev"
pascal@13510 15
al@20604 16 compile_rules() {
al@20604 17 ./configure $CONFIGURE_ARGS &&
al@20604 18 fix libtool &&
al@20604 19 make &&
al@20604 20 make install
pascal@13510 21 }
pascal@13510 22
al@20604 23 genpkg_rules() {
al@19817 24 case $PACKAGE in
al@19817 25 szip) copy @std;;
al@19817 26 *-dev) copy @dev;;
al@19817 27 esac
pascal@13510 28 }