wok-next annotate giflib/receipt @ rev 21290

updated gnustep-back (0.25.1 -> 0.27.0)
author Hans-G?nter Theisgen
date Sun Dec 08 12:42:33 2019 +0100 (2019-12-08)
parents d5aab818505e
children 976c3dfa4bc0
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"
al@21020 7 MAINTAINER="devel@slitaz.org"
pascal@15600 8 LICENSE="MIT"
al@19689 9 WEB_SITE="https://sourceforge.net/projects/giflib/"
al@21017 10 LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/giflib.html"
pascal@15600 11
al@20630 12 TARBALL="$PACKAGE-$VERSION.tar.bz2"
al@19793 13 WGET_URL="$SF_MIRROR/giflib/$TARBALL"
al@21143 14 TARBALL_SHA1="5f1157cfc377916280849e247b8e34fa0446513f"
al@19689 15
al@21143 16 SPLIT="$PACKAGE-dev $PACKAGE"
al@21143 17
al@21143 18 COPY_dev="@dev *.so"
rcx@3183 19
al@20443 20 compile_rules() {
rcx@3183 21 ./configure \
al@19689 22 --disable-static \
rcx@3183 23 $CONFIGURE_ARGS &&
al@20570 24 fix libtool &&
al@20570 25 make &&
al@20570 26 make install
rcx@3183 27 }