wok view get-msttcorefonts/receipt @ rev 19828

syslinux/iso2exe: follow boot flag (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Mar 09 09:54:22 2017 +0100 (2017-03-09)
parents 42b8478866fb
children 86790a278e70
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 LICENSE="BSD"
10 WEB_SITE="http://sourceforge.net/projects/corefonts"
11 TAGS="utilities"
13 DEPENDS="cabextract"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 mkdir -p $fs/usr/bin
19 cp stuff/$PACKAGE $fs/usr/bin
20 }