wok-next view giflib/receipt @ rev 20567

xfe: update receipt; qt5: undo `fix math`
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Apr 11 01:07:35 2018 +0300 (2018-04-11)
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 }