wok-next view giflib/receipt @ rev 21681

updated giflib (5.1.4 -> 5.2.1)
author Hans-G?nter Theisgen
date Mon Jun 29 15:09:16 2020 +0100 (2020-06-29)
parents 29128929e4f9
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="giflib"
4 VERSION="5.2.1"
5 CATEGORY="graphics"
6 SHORT_DESC="A library and utilities for processing GIFs"
7 MAINTAINER="maintainer@slitaz.org"
8 LICENSE="MIT"
9 WEB_SITE="https://sourceforge.net/projects/giflib/"
10 LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/giflib.html"
12 TARBALL="$PACKAGE-$VERSION.tar.gz"
13 WGET_URL="$SF_MIRROR/giflib/$TARBALL"
14 TARBALL_SHA1="c3f774dcbdf26afded7788979c8081d33c6426dc"
16 SPLIT="$PACKAGE-dev $PACKAGE"
18 COPY_dev="@dev *.so"
20 compile_rules()
21 {
22 # ./configure \
23 # --disable-static \
24 # $CONFIGURE_ARGS &&
25 # fix libtool &&
26 make PREFIX=/usr &&
27 make PREFIX=/usr install
28 }