wok-stable diff lyx-examples/receipt @ rev 12465

Up e2fsprogs (1.44.2)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Mar 04 18:42:23 2019 +0100 (2019-03-04)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/lyx-examples/receipt	Mon Mar 04 18:42:23 2019 +0100
     1.3 @@ -0,0 +1,17 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="lyx-examples"
     1.7 +VERSION="1.6.9"
     1.8 +CATEGORY="office"
     1.9 +SHORT_DESC="Examples for LyX"
    1.10 +MAINTAINER="al.bobylev@gmail.com"
    1.11 +WEB_SITE="http://www.lyx.org"
    1.12 +WANTED="lyx"
    1.13 +DEPENDS="lyx"
    1.14 +
    1.15 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.16 +genpkg_rules()
    1.17 +{
    1.18 +	mkdir -p $fs/usr/share/lyx
    1.19 +	cp -a $install/usr/share/lyx/examples $fs/usr/share/lyx
    1.20 +}