wok diff libvorbis/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 55809d1fc91a
children ece91be34a06
line diff
     1.1 --- a/libvorbis/receipt	Thu Apr 19 08:56:14 2012 +0000
     1.2 +++ b/libvorbis/receipt	Wed Feb 19 09:17:04 2014 +0000
     1.3 @@ -5,13 +5,14 @@
     1.4  CATEGORY="multimedia"
     1.5  SHORT_DESC="Vorbis base library."
     1.6  MAINTAINER="pankso@slitaz.org"
     1.7 -LICENSE="custom"
     1.8 -DEPENDS="libogg"
     1.9 -BUILD_DEPENDS="libogg-dev"
    1.10 +LICENSE="other"
    1.11  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.12  WEB_SITE="http://www.xiph.org/"
    1.13  WGET_URL="http://downloads.xiph.org/releases/vorbis/$TARBALL"
    1.14  
    1.15 +DEPENDS="libogg"
    1.16 +BUILD_DEPENDS="libogg-dev"
    1.17 +
    1.18  # Rules to configure and make the package.
    1.19  compile_rules()
    1.20  {
    1.21 @@ -28,9 +29,9 @@
    1.22  	mkdir -p $fs/usr/lib
    1.23  
    1.24  	# The libvorbisenc files should go in libvorbis-enc
    1.25 -	#cp -a $_pkg/usr/lib/libvorbis.so* $fs/usr/lib
    1.26 -	#cp -a $_pkg/usr/lib/libvorbisfile.so* $fs/usr/lib
    1.27 +	#cp -a $install/usr/lib/libvorbis.so* $fs/usr/lib
    1.28 +	#cp -a $install/usr/lib/libvorbisfile.so* $fs/usr/lib
    1.29  
    1.30 -	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    1.31 +	cp -a $install/usr/lib/*.so* $fs/usr/lib
    1.32  }
    1.33