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

syslinux/iso2exe: check kernel version, add floppy bootstrap stub
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Mar 28 11:51:42 2013 +0100 (2013-03-28)
parents
children f13bd223c231
line source
1 # SliTaz package receipt.
3 PACKAGE="ttf-inconsolata-dz"
4 VERSION="20091202"
5 CATEGORY="x-window"
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 WEB_SITE="http://nodnod.net/2009/feb/12/adding-straight-single-and-double-quotes-inconsola/"
9 TARBALL="$PACKAGE-$VERSION.zip"
10 WGET_URL="http://media.nodnod.net/Inconsolata-dz.otf.zip"
11 TAGS="font otf"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 install -Dm644 $src/* $fs/usr/share/fonts/TTF/$PACKAGE.otf
17 }