wok view qemacs-dev/receipt @ rev 16924

thermald: "hg resolve --all; hg resolve --mark; hg merge" and company...
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Jul 17 21:20:25 2014 +0300 (2014-07-17)
parents 76b72f1ad63c
children a78610b2eb47
line source
1 # SliTaz package receipt.
3 PACKAGE="qemacs-dev"
4 WANTED="qemacs-x11"
5 VERSION="0.3.3"
6 CATEGORY="development"
7 SHORT_DESC="Light emacs clone developmement files."
8 MAINTAINER="pascal.bellard@slitaz.org"
9 LICENSE="LGPL2.1"
10 WEB_SITE="http://bellard.org/qemacs/"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/include/qemacs
16 for i in cutils.h display.h qe.h qeconfig.h qestyles.h ; do
17 cp -a $src/$i $fs/usr/include/qemacs
18 done
19 chown -R root.root $fs
20 }