wok annotate advancecomp/receipt @ rev 22600

updated most of the claws-mail packages (3.9.3 -> 3.17.4)
author Hans-G?nter Theisgen
date Wed Jan 08 16:17:41 2020 +0100 (2020-01-08)
parents 0da06edeed9f
children 5ea0ce1cecc0
rev   line source
pascal@4524 1 # SliTaz package receipt.
pascal@4524 2
pascal@4524 3 PACKAGE="advancecomp"
pascal@20221 4 VERSION="2.1"
pascal@4524 5 CATEGORY="system-tools"
pascal@4524 6 SHORT_DESC="Recompression utilities for .ZIP, .PNG, .MNG and .GZ"
pascal@4524 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15362 8 LICENSE="GPL2"
al@19556 9 WEB_SITE="http://www.advancemame.it/comp-readme"
pascal@4524 10 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@19556 11 WGET_URL="https://github.com/amadvance/advancecomp/archive/v$VERSION.tar.gz"
pascal@15362 12 TAGS="compression archive"
pascal@15362 13
pascal@4524 14 DEPENDS="gcc-lib-base zlib"
al@19556 15 BUILD_DEPENDS="automake zlib-dev"
pascal@4524 16
pascal@4524 17 # Rules to configure and make the package.
pascal@4524 18 compile_rules()
pascal@4524 19 {
al@19556 20 patch -p1 -i $stuff/advancecomp.patch
al@19556 21
al@19556 22 ./autogen.sh &&
al@19556 23 ./configure $CONFIGURE_ARGS && make && make install
pascal@4524 24 }
pascal@4524 25
pascal@4524 26 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@4524 27 genpkg_rules()
pascal@4524 28 {
al@19556 29 cook_copy_folders bin
pascal@4524 30 }