wok diff jed/receipt @ rev 20641

Add SSL support to retawq (needed by man to browse linux.die.net)
author Lucas Levrel <llevrel@yahoo.fr>
date Fri Jan 11 09:19:11 2019 +0100 (2019-01-11)
parents 5d53e8ccbc8d
children af8d823a3077
line diff
     1.1 --- a/jed/receipt	Thu Jan 08 02:04:05 2015 +0200
     1.2 +++ b/jed/receipt	Fri Jan 11 09:19:11 2019 +0100
     1.3 @@ -8,8 +8,8 @@
     1.4  LICENSE="GPL2"
     1.5  TARBALL="$PACKAGE-$VERSION.tar.bz2"
     1.6  WEB_SITE="http://www.jedsoft.org/jed/"
     1.7 -WGET_URL="ftp://ftp.fu-berlin.de/pub/unix/editors/jed/v0.99/$TARBALL"
     1.8 -# ftp://space.mit.edu/pub/davis/jed/v0.99/$TARBALL"
     1.9 +WGET_URL="ftp://ftp.fu-berlin.de/pub/unix/editors/jed/v${VERSION%-*}/$TARBALL"
    1.10 +# ftp://space.mit.edu/pub/davis/jed/v${VERSION%-*}/$TARBALL"
    1.11  TAGS="text-editor"
    1.12  
    1.13  DEPENDS="slang"
    1.14 @@ -18,7 +18,6 @@
    1.15  # Rules to configure and make the package.
    1.16  compile_rules()
    1.17  {
    1.18 -	cd $src
    1.19  	JED_ROOT=/usr/share/jed ./configure --prefix=/usr $CONFIGURE_ARGS
    1.20  	make &&
    1.21  	make -j1 DESTDIR=$DESTDIR install 2>&1 | grep -v xjed
    1.22 @@ -31,4 +30,3 @@
    1.23  	cp -a $install/usr/bin $fs/usr
    1.24  	cp -a $install/usr/share/jed/lib $fs/usr/share/jed
    1.25  }
    1.26 -