wok view uemacs/receipt @ rev 13700

tazbug-website: empty functions BREAK cook
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Dec 15 14:43:36 2012 +0100 (2012-12-15)
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 }