wok annotate ttf-mgopen/receipt @ rev 18807

openssh: CVE-2016-0777 and CVE-2016-0778
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Jan 14 18:33:14 2016 +0100 (2016-01-14)
parents f13bd223c231
children d1570adae0ba
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@13848 5 CATEGORY="x-window"
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 }