wok-next view giflib/receipt @ rev 21724

busybox: update configs
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 11:04:25 2020 +0000 (2020-09-01)
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 }