# HG changeset patch # User Pascal Bellard # Date 1336810961 -7200 # Node ID 78783f6b1f250ec3e8228c50e347f7f9ef724be8 # Parent 24527c1a81b75835bb16a8973367be250e2cd6d4 Up elfutils (0.153) diff -r 24527c1a81b7 -r 78783f6b1f25 elfutils/receipt --- a/elfutils/receipt Sat May 12 10:02:55 2012 +0200 +++ b/elfutils/receipt Sat May 12 10:22:41 2012 +0200 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="elfutils" -VERSION="0.150" +VERSION="0.153" CATEGORY="development" SHORT_DESC="ELF object file access library." MAINTAINER="pascal.bellard@slitaz.org" @@ -10,15 +10,17 @@ # Note : use http mirror because https can't be access at elfutils compilation time # when cooking from scratch. #WGET_URL="http://cvs.fedoraproject.org/repo/pkgs/elfutils/$TARBALL/3dcfb28fa339090a1d29a9e148cce469/$TARBALL" -WGET_URL="http://gentoo.webm.ru/distfiles/$TARBALL" +#WGET_URL="http://gentoo.webm.ru/distfiles/$TARBALL" +WGET_URL="https://fedorahosted.org/releases/e/l/$PACKAGE/$VERSION/$TARBALL" DEPENDS="glibc-base" -BUILD_DEPENDS="bzip2-dev" +BUILD_DEPENDS="wget bzip2-dev liblzma-dev" # Rules to configure and make the package. compile_rules() { cd $src + sed -i 's/run-strip-reloc.sh//' tests/Makefile* # Need cc -g ! ./configure $CONFIGURE_ARGS && make && make check && make install }