wok-next view giflib/receipt @ rev 20785

gpgme: add gnupg, since build can not find gpgconf and gpg
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Jun 09 07:02:52 2018 +0000 (2018-06-09)
parents a5d7827e08cf
children f48456621a9d
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/"
10 LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/giflib.html"
12 TARBALL="$PACKAGE-$VERSION.tar.bz2"
13 WGET_URL="$SF_MIRROR/giflib/$TARBALL"
15 SPLIT="giflib-dev"
17 compile_rules() {
18 ./configure \
19 --disable-static \
20 $CONFIGURE_ARGS &&
21 fix libtool &&
22 make &&
23 make install
24 }
26 genpkg_rules() {
27 case $PACKAGE in
28 giflib) copy @std;;
29 *-dev) copy @dev;;
30 esac
31 }