wok-next view uemacs/receipt @ rev 16627
qpdfview: roll back poppler-qt4-dev hack (package is recooked well).
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri May 09 23:42:32 2014 +0300 (2014-05-09) |
parents | c8e8372d27d3 |
children | 3ba8d2c9720d |
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 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=""
16 BUILD_DEPENDS="git ncurses-dev"
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 cd $src
22 make
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 mkdir -p $fs/usr/bin
29 cp -a $src/em $fs/usr/bin
30 }