wok diff giflib/receipt @ rev 15924

ntp: avoid refection attacks
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Feb 19 09:17:04 2014 +0000 (2014-02-19)
parents 356a57f8cd59
children 9be2dfe2fe72
line diff
     1.1 --- a/giflib/receipt	Tue May 01 10:20:36 2012 +0200
     1.2 +++ b/giflib/receipt	Wed Feb 19 09:17:04 2014 +0000
     1.3 @@ -5,12 +5,14 @@
     1.4  CATEGORY="graphics"
     1.5  SHORT_DESC="A library for processing GIFs."
     1.6  MAINTAINER="rcx@zoominternet.net"
     1.7 +LICENSE="MIT"
     1.8 +TARBALL="$PACKAGE-$VERSION.tar.bz2"
     1.9 +WEB_SITE="http://sourceforge.net/projects/giflib/"
    1.10 +WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.11 +
    1.12  DEPENDS="glibc-base xorg-libSM xorg-libICE xorg-libX11 xorg-libXau \
    1.13  xorg-libXdmcp"
    1.14  BUILD_DEPENDS="util-linux-uuid-dev libtool"
    1.15 -TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.16 -WEB_SITE="http://sourceforge.net/projects/giflib/"
    1.17 -WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.18  
    1.19  # Rules to configure and make the package.
    1.20  compile_rules()
    1.21 @@ -34,8 +36,8 @@
    1.22  genpkg_rules()
    1.23  {
    1.24  	mkdir -p $fs/usr
    1.25 -	cp -a $_pkg/usr/bin $fs/usr
    1.26 +	cp -a $install/usr/bin $fs/usr
    1.27  	mkdir -p $fs/usr/lib
    1.28 -	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    1.29 +	cp -a $install/usr/lib/*.so* $fs/usr/lib
    1.30  }
    1.31