wok view uemacs/receipt @ rev 13717

gmp: enable C++ support (provide libgmpxx)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Dec 20 16:06:17 2012 +0000 (2012-12-20)
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 }