wok view ttf-inconsolata-dz/receipt @ rev 22040

updated tokyocabinet and tokyocabinet-dev (1.4.32 -> 1.4.48)
author Hans-G?nter Theisgen
date Mon Oct 21 17:24:12 2019 +0100 (2019-10-21)
parents d1570adae0ba
children b7f1bd1b9ac7
line source
1 # SliTaz package receipt.
3 PACKAGE="ttf-inconsolata-dz"
4 VERSION="20091202"
5 CATEGORY="fonts"
6 SHORT_DESC="Monospace font for pretty code listings and for the terminal (modified to have straight single and double quotes)"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="SIL_OFL"
9 WEB_SITE="https://web.archive.org/web/20170521002049/http://nodnod.net/2009/feb/12/adding-straight-single-and-double-quotes-inconsola/"
10 TARBALL="$PACKAGE-$VERSION.zip"
11 WGET_URL="http://media.nodnod.net/Inconsolata-dz.otf.zip"
12 TAGS="font otf"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 install -Dm644 $src/* $fs/usr/share/fonts/TTF/$PACKAGE.otf
18 }