wok annotate lyx-locales/receipt @ rev 23158

updated lyx, lyx-doc lyx-examples and lyx-locales (2.0.5.1 -> 2.3.4.4)
author Hans-G?nter Theisgen
date Tue Mar 17 13:34:46 2020 +0100 (2020-03-17)
parents 7042a09beaeb
children 7b490147fcec
rev   line source
al@13906 1 # SliTaz package receipt.
al@13906 2
al@13906 3 PACKAGE="lyx-locales"
Hans-G?nter@23158 4 VERSION="2.3.4.4"
al@19175 5 CATEGORY="localization"
Hans-G?nter@23158 6 SHORT_DESC="Locale files for LyX."
al@13906 7 MAINTAINER="al.bobylev@gmail.com"
pascal@15002 8 LICENSE="GPL2"
Hans-G?nter@23158 9 WEB_SITE="https://www.lyx.org"
pascal@15002 10
al@13906 11 DEPENDS="lyx"
Hans-G?nter@23158 12 WANTED="lyx"
al@13906 13
al@13906 14 # Rules to gen a SliTaz package suitable for Tazpkg.
al@13906 15 genpkg_rules()
al@13906 16 {
al@13906 17 mkdir -p $fs/usr/share
Hans-G?nter@23158 18 cp -a $install/usr/share/locale $fs/usr/share
al@13906 19 }