wok view qemacs-dev/receipt @ rev 20669

Update some WEB_SITE
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Jan 21 12:26:11 2019 +0100 (2019-01-21)
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 }