wok-next view uemacs/receipt @ rev 21020

Cleaning is almost finished... I should proceed to upgrades.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Nov 02 14:15:08 2018 +0200 (2018-11-02)
parents e763a49ccb08
children d457c4e37c1b
line source
1 # SliTaz package receipt v2.
3 PACKAGE="uemacs"
4 VERSION="20120715"
5 CATEGORY="editors"
6 SHORT_DESC="Tiny emacs clone"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="other"
9 WEB_SITE="http://git.kernel.org/?p=editors/uemacs/uemacs.git"
11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 WGET_URL="git|git://git.kernel.org/pub/scm/editors/uemacs/uemacs.git"
14 BUILD_DEPENDS="git ncurses-dev"
16 compile_rules() {
17 make &&
18 install -Dm755 em $install/usr/bin/em
19 }
21 genpkg_rules() {
22 cp -a $install/usr $fs
23 TAGS="editor"
24 DEPENDS="ncurses"
25 }