wok rev 22071

updated uemacs (20120715 -> 20141208)
author Hans-G?nter Theisgen
date Fri Oct 25 16:15:35 2019 +0100 (2019-10-25)
parents 4d2f27498c4b
children 6383e7884f9d
files uemacs/receipt
line diff
     1.1 --- a/uemacs/receipt	Fri Oct 25 15:44:51 2019 +0100
     1.2 +++ b/uemacs/receipt	Fri Oct 25 16:15:35 2019 +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  }