wok-undigest annotate get-msttcorefonts/receipt @ rev 87

Added perl-smtp-ssl. (required by git send-mail)
author Liu Peng <rocky@slitaz.org>
date Wed Apr 28 01:10:48 2010 +0000 (2010-04-28)
parents
children
rev   line source
jozee@79 1 # SliTaz package receipt.
jozee@79 2 # http://corefonts.sourceforge.net/
jozee@79 3
jozee@79 4 PACKAGE="get-msttcorefonts"
jozee@79 5 VERSION="1.00"
jozee@79 6 CATEGORY="non-free"
jozee@79 7 SHORT_DESC="An easy way to install Microsoft's TrueType core fonts on linux."
jozee@79 8 MAINTAINER="rocky@slitaz.org"
jozee@79 9 WEB_SITE="http://sourceforge.net/projects/corefonts"
jozee@79 10 TAGS="utilities"
jozee@79 11
jozee@79 12 # Rules to gen a SliTaz package suitable for Tazpkg.
jozee@79 13 genpkg_rules()
jozee@79 14 {
jozee@79 15 mkdir -p $fs/usr/bin
jozee@79 16 cp stuff/get-msttcorefonts $fs/usr/bin
jozee@79 17 }