wok-6.x view lyx-examples/receipt @ rev 23853
Up alsa-utils (1.2.2)
author | Richard Dunbar <mojo@slitaz.org> |
---|---|
date | Mon Jun 15 17:30:36 2020 -0400 (2020-06-15) |
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 }