wok-next annotate giflib/receipt @ rev 21087

Updates...
Revert names: libsdl -> sdl, libsmpeg -> smpeg, libtdb -> tdb
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Dec 28 05:11:49 2018 +0200 (2018-12-28)
parents f48456621a9d
children 29128929e4f9
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@19689 14
al@21020 15 SPLIT="$PACKAGE-dev"
rcx@3183 16
al@20443 17 compile_rules() {
rcx@3183 18 ./configure \
al@19689 19 --disable-static \
rcx@3183 20 $CONFIGURE_ARGS &&
al@20570 21 fix libtool &&
al@20570 22 make &&
al@20570 23 make install
rcx@3183 24 }
rcx@3183 25
al@20443 26 genpkg_rules() {
al@19793 27 case $PACKAGE in
al@19793 28 giflib) copy @std;;
al@19793 29 *-dev) copy @dev;;
al@19793 30 esac
rcx@3183 31 }