wok-next annotate 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
rev   line source
al@19793 1 # SliTaz package receipt v2.
rcx@3183 2
rcx@3183 3 PACKAGE="giflib"
al@19689 4 VERSION="5.1.4"
rcx@3184 5 CATEGORY="graphics"
al@19793 6 SHORT_DESC="A library and utilities for processing GIFs"
rcx@3183 7 MAINTAINER="rcx@zoominternet.net"
pascal@15600 8 LICENSE="MIT"
al@19689 9 WEB_SITE="https://sourceforge.net/projects/giflib/"
pascal@15600 10
al@19793 11 TARBALL="giflib-$VERSION.tar.bz2"
al@19793 12 WGET_URL="$SF_MIRROR/giflib/$TARBALL"
al@19689 13
al@19793 14 SPLIT="giflib-dev"
rcx@3183 15
al@20443 16 compile_rules() {
rcx@3183 17 ./configure \
al@19689 18 --disable-static \
rcx@3183 19 $CONFIGURE_ARGS &&
al@19689 20 make && make install
rcx@3183 21 }
rcx@3183 22
al@20443 23 genpkg_rules() {
al@19793 24 case $PACKAGE in
al@19793 25 giflib) copy @std;;
al@19793 26 *-dev) copy @dev;;
al@19793 27 esac
rcx@3183 28 }