wok view lyx-examples/receipt @ rev 17492

syslinux/iso2exe: check ISO md5
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jan 03 21:41:48 2015 +0100 (2015-01-03)
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 }