wok-current diff jed/receipt @ rev 18747
marble: one desktop entry only (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Dec 26 13:11:10 2015 +0100 (2015-12-26) |
parents | 5d53e8ccbc8d |
children | af8d823a3077 |
line diff
1.1 --- a/jed/receipt Thu Jan 08 02:04:05 2015 +0200 1.2 +++ b/jed/receipt Sat Dec 26 13:11:10 2015 +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 -