wok-next annotate giflib/receipt @ rev 21727
created recipe for vbindiff
author | Hans-G?nter Theisgen |
---|---|
date | Sat Nov 21 14:32:44 2020 +0100 (2020-11-21) |
parents | 29128929e4f9 |
children |
rev | line source |
---|---|
al@19793 | 1 # SliTaz package receipt v2. |
rcx@3183 | 2 |
rcx@3183 | 3 PACKAGE="giflib" |
Hans-G?nter@21681 | 4 VERSION="5.2.1" |
rcx@3184 | 5 CATEGORY="graphics" |
al@19793 | 6 SHORT_DESC="A library and utilities for processing GIFs" |
Hans-G?nter@21681 | 7 MAINTAINER="maintainer@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 |
Hans-G?nter@21681 | 12 TARBALL="$PACKAGE-$VERSION.tar.gz" |
al@19793 | 13 WGET_URL="$SF_MIRROR/giflib/$TARBALL" |
Hans-G?nter@21681 | 14 TARBALL_SHA1="c3f774dcbdf26afded7788979c8081d33c6426dc" |
al@19689 | 15 |
al@21143 | 16 SPLIT="$PACKAGE-dev $PACKAGE" |
al@21143 | 17 |
al@21143 | 18 COPY_dev="@dev *.so" |
rcx@3183 | 19 |
Hans-G?nter@21681 | 20 compile_rules() |
Hans-G?nter@21681 | 21 { |
Hans-G?nter@21681 | 22 # ./configure \ |
Hans-G?nter@21681 | 23 # --disable-static \ |
Hans-G?nter@21681 | 24 # $CONFIGURE_ARGS && |
Hans-G?nter@21681 | 25 # fix libtool && |
Hans-G?nter@21681 | 26 make PREFIX=/usr && |
Hans-G?nter@21681 | 27 make PREFIX=/usr install |
rcx@3183 | 28 } |