wok-next view uemacs/receipt @ rev 20714

netkit-rsh: typo
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun May 27 12:56:13 2018 +0300 (2018-05-27)
parents 466bca9334ef
children d5aab818505e
line source
1 # SliTaz package receipt.
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 TARBALL="$SOURCE-$VERSION.tar.gz"
10 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"
13 TAGS="editor"
15 DEPENDS="ncurses"
16 BUILD_DEPENDS="git ncurses-dev"
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 make &&
22 mkdir -p $install/usr/bin &&
23 cp em $install/usr/bin
24 }
26 # Rules to gen a SliTaz package suitable for Tazpkg.
27 genpkg_rules()
28 {
29 cp -a $install/usr $fs
30 }