wok annotate ttf-mgopen/receipt @ rev 25463

Up expat (2.4.9) fixes CVE-2022-40674
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Sep 29 20:05:23 2022 +0000 (20 months ago)
parents 6135577f4d08
children 2b069c72d47e
rev   line source
al@13848 1 # SliTaz package receipt.
al@13848 2
al@13848 3 PACKAGE="ttf-mgopen"
al@13848 4 VERSION="1.1"
al@19125 5 CATEGORY="fonts"
al@13848 6 SHORT_DESC="TrueType fonts containing glyphs for the Latin and Greek alphabet"
al@13848 7 MAINTAINER="al.bobylev@gmail.com"
pascal@15611 8 LICENSE="other"
pascal@20679 9 WEB_SITE="https://web.archive.org/web/20130719135032/http://pub.ellak.gr/fonts/mgopen/"
al@13848 10 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@25442 11 WGET_URL="http://ftp.dei.uc.pt/pub/linux/gentoo/distfiles/79/mgopen-$VERSION.tar.gz"
al@13848 12 TAGS="font ttf"
al@13848 13
al@13848 14 # Rules to gen a SliTaz package suitable for Tazpkg.
al@13848 15 genpkg_rules()
al@13848 16 {
al@13848 17 TTFDIR=$fs/usr/share/fonts/TTF/MgOpen
al@13848 18 mkdir -p $TTFDIR
al@13848 19 install -m644 $src/*.ttf $TTFDIR
al@13848 20 }