wok view qemacs-dev/receipt @ rev 14646
Xorg. xorg-libXft: up 2.3.1; xorg-libXi: back to 1.7.1 (mirror's latest).
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Mon Jun 03 11:07:41 2013 +0000 (2013-06-03) |
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 }