wok-next annotate gifsicle/receipt @ rev 21020

Cleaning is almost finished... I should proceed to upgrades.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Nov 02 14:15:08 2018 +0200 (2018-11-02)
parents d6f8429b8cc3
children 5669e8b3be70
rev   line source
al@20764 1 # SliTaz package receipt v2.
pascal@17418 2
pascal@17418 3 PACKAGE="gifsicle"
al@20764 4 VERSION="1.91"
pascal@17418 5 CATEGORY="graphics"
al@20764 6 SHORT_DESC="Create, manipulate, and optimize GIF images and animations"
pascal@17418 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@17418 8 LICENSE="GPL2"
al@20764 9 WEB_SITE="http://www.lcdf.org/gifsicle/"
al@20764 10
pascal@17418 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@20764 12 WGET_URL="http://www.lcdf.org/gifsicle/$TARBALL"
pascal@17418 13
al@20764 14 BUILD_DEPENDS="xorg-libX11-dev xorg-libICE-dev xorg-libSM-dev"
al@21020 15 SPLIT="gifview $PACKAGE"
al@20764 16
al@20764 17 compile_rules() {
al@20764 18 ./configure $CONFIGURE_ARGS &&
pascal@17418 19 make &&
al@20764 20 make install
pascal@17418 21 }
pascal@17418 22
al@20764 23 genpkg_rules() {
al@20764 24 case $PACKAGE in
al@20764 25 gifview)
al@20764 26 copy gifview
al@20764 27 DEPENDS="xorg-libX11"
al@20764 28 CAT="graphics|GIF viewer"
al@20764 29 ;;
al@20764 30 gifsicle)
al@20764 31 copy @std @rm
al@20764 32 ;;
al@20764 33 esac
pascal@17418 34 }