wok annotate szip/receipt @ rev 22656
updated dosbox (0.74 -> 0.74.3)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Jan 16 17:18:23 2020 +0100 (2020-01-16) |
parents | 35a23f513b71 |
children | f8a963794d31 |
rev | line source |
---|---|
pascal@13510 | 1 # SliTaz package receipt. |
pascal@13510 | 2 |
pascal@13510 | 3 PACKAGE="szip" |
pascal@20180 | 4 VERSION="2.1.1" |
pascal@13510 | 5 CATEGORY="misc" |
pascal@13510 | 6 SHORT_DESC="Lossless compression of scientific data." |
pascal@13510 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@15593 | 8 LICENSE="other" |
pascal@21278 | 9 WEB_SITE="https://www.hdfgroup.org/doc_resource/SZIP" |
pascal@13510 | 10 TARBALL="$PACKAGE-$VERSION.tar.gz" |
pascal@13510 | 11 WGET_URL="http://www.hdfgroup.org/ftp/lib-external/szip/$VERSION/src/$TARBALL" |
pascal@13510 | 12 |
pascal@13510 | 13 DEPENDS="" |
pascal@13510 | 14 BUILD_DEPENDS="" |
pascal@13510 | 15 |
pascal@13510 | 16 # Rules to configure and make the package. |
pascal@13510 | 17 compile_rules() |
pascal@13510 | 18 { |
pascal@13510 | 19 ./configure $CONFIGURE_ARGS && |
pascal@13510 | 20 make && make DESTDIR=$DESTDIR install |
pascal@13510 | 21 } |
pascal@13510 | 22 |
pascal@13510 | 23 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@13510 | 24 genpkg_rules() |
pascal@13510 | 25 { |
pascal@13510 | 26 mkdir -p $fs/usr/lib |
pascal@13510 | 27 cp -a $install/usr/lib/*.so* $fs/usr/lib |
pascal@13510 | 28 } |