wok-6.x diff uemacs/receipt @ rev 23609
updated rclone (1.49.2 -> 1.51.0)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Apr 14 06:22:12 2020 +0100 (2020-04-14) |
parents | 3525dfa8c479 |
children | 3105f866bc3e |
line diff
1.1 --- a/uemacs/receipt Wed Sep 25 10:59:33 2019 +0200 1.2 +++ b/uemacs/receipt Tue Apr 14 06:22:12 2020 +0100 1.3 @@ -1,19 +1,19 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="uemacs" 1.7 -VERSION="20120715" 1.8 +VERSION="20141208" 1.9 CATEGORY="editors" 1.10 +TAGS="editor" 1.11 SHORT_DESC="Tiny emacs clone." 1.12 MAINTAINER="pascal.bellard@slitaz.org" 1.13 LICENSE="other" 1.14 -TARBALL="$SOURCE-$VERSION.tar.gz" 1.15 -WEB_SITE="http://git.kernel.org/?p=editors/uemacs/uemacs.git" 1.16 -TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.17 -WGET_URL="git|git://git.kernel.org/pub/scm/editors/uemacs/uemacs.git" 1.18 -TAGS="editor" 1.19 +WEB_SITE="httpa://git.kernel.org/pub/scm/editors/uemacs/uemacs.git" 1.20 + 1.21 +TARBALL="$PACKAGE-$VERSION.tar.xz" 1.22 +WGET_URL="https://sourceforge.net/projects/slackbuildsdirectlinks/files/$PACKAGE/$PACKAGE$VERSION.tar.xz" 1.23 1.24 DEPENDS="ncurses" 1.25 -BUILD_DEPENDS="git ncurses-dev" 1.26 +BUILD_DEPENDS="ncurses-dev" 1.27 1.28 # Rules to configure and make the package. 1.29 compile_rules() 1.30 @@ -26,6 +26,7 @@ 1.31 genpkg_rules() 1.32 { 1.33 mkdir -p $fs/usr/bin 1.34 - cp -a $src/em $fs/usr/bin 1.35 - ln -s em $fs/usr/bin/uemacs 1.36 + 1.37 + cp -a $src/em $fs/usr/bin 1.38 + ln -s em $fs/usr/bin/uemacs 1.39 }