wok-next annotate ttf-mgopen/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents 8e1b2a143eb3
children
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"
al@20949 9 WEB_SITE="https://web.archive.org/web/20130719135032/http://pub.ellak.gr/fonts/mgopen/"
al@20949 10 # en: https://web.archive.org/web/20120409173416/http://www.zvr.gr/typo/mgopen/index
al@21020 11
al@13848 12 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@16550 13 WGET_URL="ftp://ftp.fr.freebsd.org/mirrors/ftp.freebsd.org/ports/distfiles/MgOpen.tar.gz"
al@13848 14
al@21020 15 genpkg_rules() {
al@13848 16 TTFDIR=$fs/usr/share/fonts/TTF/MgOpen
al@13848 17 mkdir -p $TTFDIR
al@13848 18 install -m644 $src/*.ttf $TTFDIR
al@21020 19 TAGS="font ttf"
al@13848 20 }