wok-next view giflib/receipt @ rev 20494

make-slitaz-icons: in multiple choice for 16px request: if 16px and scalable icons both are available, try to choose 16px one, but not the first caught.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Mar 13 23:17:56 2018 +0200 (2018-03-13)
parents bfc47a018aaa
children a5d7827e08cf
line source
1 # SliTaz package receipt v2.
3 PACKAGE="giflib"
4 VERSION="5.1.4"
5 CATEGORY="graphics"
6 SHORT_DESC="A library and utilities for processing GIFs"
7 MAINTAINER="rcx@zoominternet.net"
8 LICENSE="MIT"
9 WEB_SITE="https://sourceforge.net/projects/giflib/"
11 TARBALL="giflib-$VERSION.tar.bz2"
12 WGET_URL="$SF_MIRROR/giflib/$TARBALL"
14 SPLIT="giflib-dev"
16 compile_rules() {
17 ./configure \
18 --disable-static \
19 $CONFIGURE_ARGS &&
20 make && make install
21 }
23 genpkg_rules() {
24 case $PACKAGE in
25 giflib) copy @std;;
26 *-dev) copy @dev;;
27 esac
28 }