wok diff mp/receipt @ rev 20117

Up lz4 (1.8.0), zstd - Long Range (1.3.2)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Oct 13 13:42:46 2017 +0200 (2017-10-13)
parents 28f9e4343450
children 6e8b1bcb30e2
line diff
     1.1 --- a/mp/receipt	Wed Feb 18 11:21:08 2015 +0100
     1.2 +++ b/mp/receipt	Fri Oct 13 13:42:46 2017 +0200
     1.3 @@ -1,14 +1,14 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="mp"
     1.7 -VERSION="5.1.3"
     1.8 +VERSION="5.2.10"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="A text editor for programmers"
    1.11  MAINTAINER="allan316@gmail.com"
    1.12  LICENSE="GPL2"
    1.13  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.14  WEB_SITE="http://triptico.com/software/mp.html"
    1.15 -WGET_URL="http://triptico.com/download/$TARBALL"
    1.16 +WGET_URL="http://triptico.com/download/mp/$TARBALL"
    1.17  TAGS="text-editor"
    1.18  
    1.19  DEPENDS="gtk+"
    1.20 @@ -17,9 +17,8 @@
    1.21  # Rules to configure and make the package.
    1.22  compile_rules()
    1.23  {
    1.24 -	export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries"
    1.25  	mkdir -p $DESTDIR/usr/bin
    1.26 -	sed -i 's/TRY_DRIVERS()/(0)/' mp_core.c
    1.27 +	# sed -i 's/TRY_DRIVERS()/(0)/' mp_core.c
    1.28  	./config.sh \
    1.29  		--prefix=/usr \
    1.30  		--without-qt4 \