wok-current view get-msttcorefonts/receipt @ rev 12731
Up: tazlito (5.0) Handle new boot language menu, up doc, use libtaz.sh and more
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sat May 05 19:17:33 2012 +0200 (2012-05-05) |
parents | |
children | 42b8478866fb |
line source
1 # SliTaz package receipt.
2 # http://corefonts.sourceforge.net/
4 PACKAGE="get-msttcorefonts"
5 VERSION="1.00"
6 CATEGORY="non-free"
7 SHORT_DESC="An easy way to install Microsoft's TrueType core fonts on linux."
8 MAINTAINER="rocky@slitaz.org"
9 WEB_SITE="http://sourceforge.net/projects/corefonts"
10 TAGS="utilities"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/bin
16 cp stuff/get-msttcorefonts $fs/usr/bin
17 }