wok annotate ttf-mgopen/receipt @ rev 20290

linux-module-headers: update deps for x86_64 target
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Apr 16 09:37:49 2018 +0200 (2018-04-16)
parents abb8eb9a3350
children 6135577f4d08
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@13848 9 WEB_SITE="http://pub.ellak.gr/fonts/mgopen/"
al@13848 10 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@16550 11 WGET_URL="ftp://ftp.fr.freebsd.org/mirrors/ftp.freebsd.org/ports/distfiles/MgOpen.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 }