wok-next view szip/receipt @ rev 19957

Up fuse-emulator, gpgme, libnetfilter_conntrack, libnetfilter_cthelper, libnetfilter_cttimeout, libnetfilter_queue, libnfnetlink, libsdl, libspectrum, libstatgrab, libstroke, subversion, sysfsutils, taglib, tcl, tcpcrypt, tidy, tk, tokyocabinet, udisks2. Add fuse-emulator-gtk3, libblockdev, libbytesize, libstroke, volume_key.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Oct 16 22:34:14 2017 +0300 (2017-10-16)
parents 3b4e4318134e
children 10df65db91ad
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="szip-dev"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 ./configure $CONFIGURE_ARGS && make && make install
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 case $PACKAGE in
26 szip) copy @std;;
27 *-dev) copy @dev;;
28 esac
29 }