wok annotate lyx-doc/receipt @ rev 14401

eio-dev: update deps
author Dominique Corbex <domcox@slitaz.org>
date Tue Apr 23 18:25:03 2013 +0200 (2013-04-23)
parents 3f894c09b713
children 7896f0694ef6
rev   line source
al@13906 1 # SliTaz package receipt.
al@13906 2
al@13906 3 PACKAGE="lyx-doc"
al@13912 4 VERSION="2.0.5.1"
al@13906 5 CATEGORY="office"
al@13906 6 SHORT_DESC="Documentation for LyX"
al@13906 7 MAINTAINER="al.bobylev@gmail.com"
al@13906 8 WEB_SITE="http://www.lyx.org"
al@13906 9 WANTED="lyx"
al@13906 10 DEPENDS="lyx"
al@13906 11
al@13906 12 # Rules to gen a SliTaz package suitable for Tazpkg.
al@13906 13 genpkg_rules()
al@13906 14 {
al@13906 15 mkdir -p $fs/usr/share/lyx
al@13906 16 cp -a $install/usr/share/lyx/doc $fs/usr/share/lyx
al@13906 17 }