wok-6.x view lyx-doc/receipt @ rev 23840
Up libsdl2-image (2.0.5), radare2 (4.4.0), screen (4.8.0), sleuthkit (4.9.0), thunderbird-bin (68.9.0)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Jun 04 16:22:12 2020 +0000 (2020-06-04) |
parents | 7b490147fcec |
children | f745274ff5c8 |
line source
1 # SliTaz package receipt.
3 PACKAGE="lyx-doc"
4 VERSION="2.3.4.4"
5 CATEGORY="office"
6 SHORT_DESC="Documentation for LyX."
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="GPL2"
9 WEB_SITE="https://www.lyx.org"
11 DEPENDS="lyx"
12 WANTED="lyx"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/share/lyx
18 cp -a $install/usr/share/lyx/doc $fs/usr/share/lyx
19 }