wok-next view gifsicle/receipt @ rev 21726

updated firefox-official (77.0 -> 81.0)
author Hans-G?nter Theisgen
date Sun Sep 27 14:34:31 2020 +0100 (2020-09-27)
parents 5669e8b3be70
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="gifsicle"
4 VERSION="1.92"
5 CATEGORY="graphics"
6 SHORT_DESC="Create, manipulate, and optimize GIF images and animations"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://www.lcdf.org/gifsicle/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="http://www.lcdf.org/gifsicle/$TARBALL"
14 BUILD_DEPENDS="libice-dev libsm-dev libx11-dev"
15 SPLIT="gifview $PACKAGE"
17 compile_rules()
18 {
19 ./configure $CONFIGURE_ARGS &&
20 make &&
21 make install
22 }
24 genpkg_rules()
25 {
26 case $PACKAGE in
27 gifview)
28 copy gifview
29 DEPENDS="libx11"
30 CAT="graphics|GIF viewer"
31 ;;
32 gifsicle)
33 copy @std @rm
34 ;;
35 esac
36 }