wok-next view ttf-mgopen/receipt @ rev 21247

updated cyrus-imapd (2.4.17 -> 3.0.12)
author Hans-G?nter Theisgen
date Thu Dec 05 16:28:27 2019 +0100 (2019-12-05)
parents 8e1b2a143eb3
children
line source
1 # SliTaz package receipt.
3 PACKAGE="ttf-mgopen"
4 VERSION="1.1"
5 CATEGORY="fonts"
6 SHORT_DESC="TrueType fonts containing glyphs for the Latin and Greek alphabet"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="other"
9 WEB_SITE="https://web.archive.org/web/20130719135032/http://pub.ellak.gr/fonts/mgopen/"
10 # en: https://web.archive.org/web/20120409173416/http://www.zvr.gr/typo/mgopen/index
12 TARBALL="$PACKAGE-$VERSION.tar.gz"
13 WGET_URL="ftp://ftp.fr.freebsd.org/mirrors/ftp.freebsd.org/ports/distfiles/MgOpen.tar.gz"
15 genpkg_rules() {
16 TTFDIR=$fs/usr/share/fonts/TTF/MgOpen
17 mkdir -p $TTFDIR
18 install -m644 $src/*.ttf $TTFDIR
19 TAGS="font ttf"
20 }