wok view lyx-examples/receipt @ rev 16683
Prepa for 5.0-rc2
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Mon May 19 10:49:31 2014 +0200 (2014-05-19) |
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 }