wok view uemacs/receipt @ rev 13801

Up: xterm (287)
author Alexander Medvedev <devl547@gmail.com>
date Sun Jan 06 04:41:49 2013 +0300 (2013-01-06)
parents
children 2a21689b0af7
line source
1 # SliTaz package receipt.
3 PACKAGE="uemacs"
4 VERSION="20120715"
5 CATEGORY="development"
6 SHORT_DESC="Tiny emacs clone."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 TARBALL="$SOURCE-$VERSION.tar.gz"
9 WEB_SITE="http://git.kernel.org/?p=editors/uemacs/uemacs.git"
10 TARBALL="$PACKAGE-$VERSION.tar.bz2"
11 WGET_URL="git|git://git.kernel.org/pub/scm/editors/uemacs/uemacs.git"
12 TAGS="editor"
14 DEPENDS=""
15 BUILD_DEPENDS="git ncurses-dev"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 cd $src
21 make
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 mkdir -p $fs/usr/bin
28 cp -a $src/em $fs/usr/bin
29 }