wok-next annotate gifsicle/receipt @ rev 21087

Updates...
Revert names: libsdl -> sdl, libsmpeg -> smpeg, libtdb -> tdb
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Dec 28 05:11:49 2018 +0200 (2018-12-28)
parents d5aab818505e
children 705bcf5df8d8
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@21078 14 BUILD_DEPENDS="libx11-dev libice-dev 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@21078 27 DEPENDS="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 }