wok-next view ttf-inconsolata-dz/receipt @ rev 21720

qt4: replaced libIDL by libidl
author Hans-G?nter Theisgen
date Wed Aug 05 09:22:38 2020 +0100 (2020-08-05)
parents d5aab818505e
children
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 REPOLOGY="fonts:inconsolata"
12 TARBALL="$PACKAGE-$VERSION.zip"
13 WGET_URL="http://media.nodnod.net/Inconsolata-dz.otf.zip"
15 genpkg_rules() {
16 install -Dm644 $src/* $fs/usr/share/fonts/TTF/$PACKAGE.otf
17 TAGS="font otf"
18 }