wok annotate advancecomp/receipt @ rev 19767

rsync: may not require /etc/inetd.conf
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Feb 20 12:42:22 2017 +0100 (2017-02-20)
parents 11b5e93cb5f2
children 0da06edeed9f
rev   line source
pascal@4524 1 # SliTaz package receipt.
pascal@4524 2
pascal@4524 3 PACKAGE="advancecomp"
al@19556 4 VERSION="1.23"
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 }