wok view qemacs-dev/receipt @ rev 25030
giblib: inserted configure parameters
author | Hans-G?nter Theisgen |
---|---|
date | Fri May 20 10:23:32 2022 +0100 (2022-05-20) |
parents | 0bc9efb792e7 |
children |
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="https://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 }