wok-next view 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
line source
1 # SliTaz package receipt v2.
3 PACKAGE="szip"
4 VERSION="2.1.1"
5 CATEGORY="misc"
6 SHORT_DESC="Lossless compression of scientific data"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="other"
9 WEB_SITE="https://support.hdfgroup.org/doc_resource/SZIP/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="https://support.hdfgroup.org/ftp/lib-external/szip/$VERSION/src/$TARBALL"
14 SPLIT="$PACKAGE-dev"
16 compile_rules() {
17 ./configure $CONFIGURE_ARGS &&
18 fix libtool &&
19 make &&
20 make install
21 }
23 genpkg_rules() {
24 case $PACKAGE in
25 szip) copy @std;;
26 *-dev) copy @dev;;
27 esac
28 }