wok view qemacs-dev/receipt @ rev 13629

Up: slitaz-tools (5.1) - Bunch of new stuff and fixes from the contributors community
author Christophe Lincoln <pankso@slitaz.org>
date Wed Nov 14 21:48:16 2012 +0100 (2012-11-14)
parents 7f8057a8db36
children a436a235f098
line source
1 # SliTaz package receipt.
3 PACKAGE="qemacs-dev"
4 WANTED="qemacs-x11"
5 VERSION="0.3.2"
6 CATEGORY="development"
7 SHORT_DESC="Light emacs clone developmement files."
8 MAINTAINER="pascal.bellard@slitaz.org"
9 WEB_SITE="http://bellard.org/qemacs/"
11 # Rules to gen a SliTaz package suitable for Tazpkg.
12 genpkg_rules()
13 {
14 mkdir -p $fs/usr/include/qemacs
15 for i in cutils.h display.h qe.h qeconfig.h qestyles.h ; do
16 cp -a $src/$i $fs/usr/include/qemacs
17 done
18 chown -R root.root $fs
19 }