wok view ttf-mgopen/receipt @ rev 23848

inkscape: update build_depends
author Richard Dunbar <mojo@slitaz.org>
date Sun Jun 14 23:18:03 2020 -0400 (2020-06-14)
parents d1570adae0ba
children df63c4ce07f8
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 TARBALL="$PACKAGE-$VERSION.tar.gz"
11 WGET_URL="ftp://ftp.fr.freebsd.org/mirrors/ftp.freebsd.org/ports/distfiles/MgOpen.tar.gz"
12 TAGS="font ttf"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 TTFDIR=$fs/usr/share/fonts/TTF/MgOpen
18 mkdir -p $TTFDIR
19 install -m644 $src/*.ttf $TTFDIR
20 }