wok-4.x annotate lyx-locales/receipt @ rev 12477

Up openssl 1.1.1n (bump packages curl, git, wget, python), up cherokee 1.2.104 and bdeps (automake, openldap, cyrus-sasl)
author Stanislas Leduc <shann@slitaz.org>
date Sun Apr 02 14:34:44 2023 +0000 (14 months ago)
parents
children
rev   line source
al@12374 1 # SliTaz package receipt.
al@12374 2
al@12374 3 PACKAGE="lyx-locales"
al@12374 4 VERSION="1.6.9"
al@12374 5 CATEGORY="office"
al@12374 6 SHORT_DESC="Locale files for LyX"
al@12374 7 MAINTAINER="al.bobylev@gmail.com"
al@12374 8 WEB_SITE="http://www.lyx.org"
al@12374 9 WANTED="lyx"
al@12374 10 DEPENDS="lyx"
al@12374 11
al@12374 12 # Rules to gen a SliTaz package suitable for Tazpkg.
al@12374 13 genpkg_rules()
al@12374 14 {
al@12374 15 mkdir -p $fs/usr/share
al@12374 16 cp -a $install/usr/share/locale $fs/usr/share
al@12374 17 }