wok diff gdb/receipt @ rev 18897

syslinux/isohybrid.exe add -r support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Feb 14 22:06:06 2016 +0100 (2016-02-14)
parents dead8955c3ca
children 71360a13cd94
line diff
     1.1 --- a/gdb/receipt	Wed Sep 25 09:50:51 2013 +0000
     1.2 +++ b/gdb/receipt	Sun Feb 14 22:06:06 2016 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="gdb"
     1.7 -VERSION="7.4.1"
     1.8 +VERSION="7.7"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="The GNU Project Debugger."
    1.11  MAINTAINER="erjo@slitaz.org"
    1.12 @@ -9,6 +9,7 @@
    1.13  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.14  WEB_SITE="http://www.gnu.org/software/gdb/"
    1.15  WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
    1.16 +HOST_ARCH="i486 arm"
    1.17  
    1.18  DEPENDS="ncurses expat glibc-dev"
    1.19  BUILD_DEPENDS="ncurses-dev readline-dev"
    1.20 @@ -16,12 +17,11 @@
    1.21  # Rules to configure and make the package.
    1.22  compile_rules()
    1.23  {
    1.24 -	cd $src
    1.25 -	./configure --prefix=/usr \
    1.26 +	./configure \
    1.27  		--with-python=no \
    1.28 -		--disable-werror $CONFIGURE_ARGS && \
    1.29 -	make &&
    1.30 -	make DESTDIR=$DESTDIR install
    1.31 +		--disable-werror \
    1.32 +		$CONFIGURE_ARGS && \
    1.33 +	make && make install
    1.34  }
    1.35  
    1.36  # Rules to gen a SliTaz package suitable for Tazpkg.