wok-next diff 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
line diff
     1.1 --- a/giflib/receipt	Fri Jan 25 15:37:19 2019 +0200
     1.2 +++ b/giflib/receipt	Sat Nov 21 14:32:44 2020 +0100
     1.3 @@ -1,27 +1,28 @@
     1.4  # SliTaz package receipt v2.
     1.5  
     1.6  PACKAGE="giflib"
     1.7 -VERSION="5.1.4"
     1.8 +VERSION="5.2.1"
     1.9  CATEGORY="graphics"
    1.10  SHORT_DESC="A library and utilities for processing GIFs"
    1.11 -MAINTAINER="devel@slitaz.org"
    1.12 +MAINTAINER="maintainer@slitaz.org"
    1.13  LICENSE="MIT"
    1.14  WEB_SITE="https://sourceforge.net/projects/giflib/"
    1.15  LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/giflib.html"
    1.16  
    1.17 -TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.18 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.19  WGET_URL="$SF_MIRROR/giflib/$TARBALL"
    1.20 -TARBALL_SHA1="5f1157cfc377916280849e247b8e34fa0446513f"
    1.21 +TARBALL_SHA1="c3f774dcbdf26afded7788979c8081d33c6426dc"
    1.22  
    1.23  SPLIT="$PACKAGE-dev $PACKAGE"
    1.24  
    1.25  COPY_dev="@dev *.so"
    1.26  
    1.27 -compile_rules() {
    1.28 -	./configure \
    1.29 -		--disable-static \
    1.30 -		$CONFIGURE_ARGS &&
    1.31 -	fix libtool &&
    1.32 -	make &&
    1.33 -	make install
    1.34 +compile_rules()
    1.35 +{
    1.36 +#	./configure \
    1.37 +#		--disable-static \
    1.38 +#		$CONFIGURE_ARGS &&
    1.39 +#	fix libtool &&
    1.40 +	make PREFIX=/usr &&
    1.41 +	make PREFIX=/usr install
    1.42  }