# HG changeset patch # User Hans-G?nter Theisgen # Date 1572016535 -3600 # Node ID aff6fc8c04d4c30bf56b34ebee8aa382793d31d4 # Parent 4d2f27498c4bde0c72eca2409b20945cc55c6235 updated uemacs (20120715 -> 20141208) diff -r 4d2f27498c4b -r aff6fc8c04d4 uemacs/receipt --- a/uemacs/receipt Fri Oct 25 15:44:51 2019 +0100 +++ b/uemacs/receipt Fri Oct 25 16:15:35 2019 +0100 @@ -1,19 +1,19 @@ # SliTaz package receipt. PACKAGE="uemacs" -VERSION="20120715" +VERSION="20141208" CATEGORY="editors" +TAGS="editor" SHORT_DESC="Tiny emacs clone." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="other" -TARBALL="$SOURCE-$VERSION.tar.gz" -WEB_SITE="http://git.kernel.org/?p=editors/uemacs/uemacs.git" -TARBALL="$PACKAGE-$VERSION.tar.bz2" -WGET_URL="git|git://git.kernel.org/pub/scm/editors/uemacs/uemacs.git" -TAGS="editor" +WEB_SITE="httpa://git.kernel.org/pub/scm/editors/uemacs/uemacs.git" + +TARBALL="$PACKAGE-$VERSION.tar.xz" +WGET_URL="https://sourceforge.net/projects/slackbuildsdirectlinks/files/$PACKAGE/$PACKAGE$VERSION.tar.xz" DEPENDS="ncurses" -BUILD_DEPENDS="git ncurses-dev" +BUILD_DEPENDS="ncurses-dev" # Rules to configure and make the package. compile_rules() @@ -26,6 +26,7 @@ genpkg_rules() { mkdir -p $fs/usr/bin - cp -a $src/em $fs/usr/bin - ln -s em $fs/usr/bin/uemacs + + cp -a $src/em $fs/usr/bin + ln -s em $fs/usr/bin/uemacs }