wok-current view lyx-examples/receipt @ rev 22266
updated xorg-xf86-input-evdev (2.7.0 -> 2.10.6)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Nov 13 10:20:38 2019 +0100 (2019-11-13) |
parents | c381a12e66ee |
children | 2ddb05ff23b9 |
line source
1 # SliTaz package receipt.
3 PACKAGE="lyx-examples"
4 VERSION="2.0.5.1"
5 CATEGORY="office"
6 SHORT_DESC="Examples for LyX"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="GPL2"
9 WEB_SITE="http://www.lyx.org"
10 WANTED="lyx"
12 DEPENDS="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 }