wok-current view lyx-examples/receipt @ rev 23434
updated pidgin-otr (4.0.0 -> 4.0.2)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Apr 02 07:08:52 2020 +0100 (2020-04-02) |
parents | 7b490147fcec |
children | f745274ff5c8 |
line source
1 # SliTaz package receipt.
3 PACKAGE="lyx-examples"
4 VERSION="2.3.4.4"
5 CATEGORY="office"
6 SHORT_DESC="Examples 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/examples $fs/usr/share/lyx
19 }