wok view qemacs-dev/receipt @ rev 15957

Add: compiz-plugins-extra + compiz-plugins-unsupported
author Christophe Lincoln <pankso@slitaz.org>
date Sun Feb 23 19:58:48 2014 +0100 (2014-02-23)
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 }