wok rev 12757

Up elfutils (0.153)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat May 12 10:22:41 2012 +0200 (2012-05-12)
parents 24527c1a81b7
children f3291115c86b
files elfutils/receipt
line diff
     1.1 --- a/elfutils/receipt	Sat May 12 10:02:55 2012 +0200
     1.2 +++ b/elfutils/receipt	Sat May 12 10:22:41 2012 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="elfutils"
     1.7 -VERSION="0.150"
     1.8 +VERSION="0.153"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="ELF object file access library."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12 @@ -10,15 +10,17 @@
    1.13  # Note : use http mirror because https can't be access at elfutils compilation time
    1.14  # when cooking from scratch.
    1.15  #WGET_URL="http://cvs.fedoraproject.org/repo/pkgs/elfutils/$TARBALL/3dcfb28fa339090a1d29a9e148cce469/$TARBALL"
    1.16 -WGET_URL="http://gentoo.webm.ru/distfiles/$TARBALL"
    1.17 +#WGET_URL="http://gentoo.webm.ru/distfiles/$TARBALL"
    1.18 +WGET_URL="https://fedorahosted.org/releases/e/l/$PACKAGE/$VERSION/$TARBALL"
    1.19  
    1.20  DEPENDS="glibc-base"
    1.21 -BUILD_DEPENDS="bzip2-dev"
    1.22 +BUILD_DEPENDS="wget bzip2-dev liblzma-dev"
    1.23  
    1.24  # Rules to configure and make the package.
    1.25  compile_rules()
    1.26  {
    1.27  	cd $src
    1.28 +	sed -i 's/run-strip-reloc.sh//' tests/Makefile* # Need cc -g !
    1.29  	./configure $CONFIGURE_ARGS &&
    1.30  	make && make check && make install
    1.31  }