wok annotate lyx-examples/receipt @ rev 24793

updated libgpg-error and libgpg-error-dev (1.37 -> 1.44)
author Hans-G?nter Theisgen
date Mon Mar 21 15:45:38 2022 +0100 (2022-03-21)
parents 7a3254180b69
children
rev   line source
al@13906 1 # SliTaz package receipt.
al@13906 2
al@13906 3 PACKAGE="lyx-examples"
Hans-G?nter@24315 4 VERSION="2.3.6.1"
al@13906 5 CATEGORY="office"
Hans-G?nter@23158 6 SHORT_DESC="Examples 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 {
Hans-G?nter@24315 17 cook_copy_folders examples
al@13906 18 }