wok-6.x diff rrdtool/receipt @ rev 19802
pgrouting: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Feb 25 21:46:07 2017 +0100 (2017-02-25) |
parents | 17e313b5b9c1 |
children | 477bd44d74aa |
line diff
1.1 --- a/rrdtool/receipt Tue Feb 17 09:42:47 2015 +0100 1.2 +++ b/rrdtool/receipt Sat Feb 25 21:46:07 2017 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="rrdtool" 1.7 -VERSION="1.4.6" 1.8 +VERSION="1.6.0" 1.9 CATEGORY="misc" 1.10 SHORT_DESC="Data logging and graphing system for time series data." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 @@ -14,30 +14,18 @@ 1.13 xcb-util xorg-base-fonts libwrap" 1.14 BUILD_DEPENDS="perl pkg-config zlib-dev freetype-dev libpng-dev libxml2-dev \ 1.15 fontconfig-dev pixman-dev cairo-dev glib-dev pango-dev python-dev perl groff \ 1.16 -libwrap-dev tcl-dev lua5.1-dev ruby" 1.17 +libwrap-dev tcl-dev lua-dev ruby" 1.18 TAGS="logs" 1.19 1.20 # Rules to configure and make the package. 1.21 compile_rules() 1.22 { 1.23 - cd $src 1.24 - sed -i 's/PL_sv_undef sv_undef/PL_sv_undef PL_sv_undef/' bindings/perl-shared/RRDs.xs 1.25 - export LDFLAGS="$LDFLAGS -L/usr/lib/lua/5.1" 1.26 - TOREMOVE="/usr/include/lua5.1" 1.27 - ln -s lua/5.1 /usr/include/lua5.1 1.28 - for i in /usr/bin/lua /usr/bin/luac ; do 1.29 - [ -e $i ] && continue 1.30 - ln -s $(basename $i)5.1 $i 1.31 - TOREMOVE="$TOREMOVE $i" 1.32 - done 1.33 - ./configure --prefix=/usr --infodir=/usr/share/info \ 1.34 - --enable-perl-site-install \ 1.35 - --mandir=/usr/share/man $CONFIGURE_ARGS && 1.36 + ./configure --prefix=/usr \ 1.37 + --infodir=/usr/share/info \ 1.38 + --enable-perl-site-install \ 1.39 + --mandir=/usr/share/man $CONFIGURE_ARGS && 1.40 make && 1.41 make DESTDIR=$DESTDIR install 1.42 - for i in $TOREMOVE ; do 1.43 - rm -f $i 1.44 - done 1.45 } 1.46 1.47 # Rules to gen a SliTaz package suitable for Tazpkg. 1.48 @@ -47,4 +35,3 @@ 1.49 cp -a $install/usr/lib/*.so* $fs/usr/lib 1.50 cp -a $install/usr/bin $fs/usr 1.51 } 1.52 -