wok view lyx-examples/receipt @ rev 23174

openvpn: add conf2opvn
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Mar 18 10:38:57 2020 +0100 (2020-03-18)
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 }