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

xfig: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Jul 24 13:31:20 2011 +0200 (2011-07-24)
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 }