wok-next diff jed/receipt @ rev 17979
mtpaint: view external using GPicView, print image using Yad, view documentation online using TazWeb.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Sat Apr 18 17:02:44 2015 +0300 (2015-04-18) |
parents | 5d53e8ccbc8d |
children | d5aab818505e |
line diff
1.1 --- a/jed/receipt Thu Jan 08 02:04:05 2015 +0200 1.2 +++ b/jed/receipt Sat Apr 18 17:02:44 2015 +0300 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 -