wok-6.x diff gdb-python/receipt @ rev 16467
R-Pi: add gst-omx, libbcm2835, picamera, rcswitch-pi
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Tue Apr 22 02:07:08 2014 +0200 (2014-04-22) |
parents | dead8955c3ca |
children | 13835bce7189 |
line diff
1.1 --- a/gdb-python/receipt Wed Sep 25 09:50:51 2013 +0000 1.2 +++ b/gdb-python/receipt Tue Apr 22 02:07:08 2014 +0200 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="gdb-python" 1.7 -VERSION="7.4.1" 1.8 +VERSION="7.7" 1.9 CATEGORY="development" 1.10 SHORT_DESC="The GNU Project Debugger with Python support." 1.11 MAINTAINER="erjo@slitaz.org" 1.12 @@ -18,11 +18,10 @@ 1.13 # Rules to configure and make the package. 1.14 compile_rules() 1.15 { 1.16 - cd $src 1.17 - ./configure --prefix=/usr \ 1.18 - --disable-werror $CONFIGURE_ARGS && \ 1.19 - make $MAKEFLAGS && 1.20 - make DESTDIR=$DESTDIR install 1.21 + ./configure \ 1.22 + --disable-werror \ 1.23 + $CONFIGURE_ARGS && 1.24 + make $MAKEFLAGS && make install 1.25 } 1.26 1.27 # Rules to gen a SliTaz package suitable for Tazpkg.