wok view get-msttcorefonts/receipt @ rev 23670
updated stella (3.7.5 -> 6.1.1)
author | Hans-G?nter Theisgen |
---|---|
date | Sun Apr 26 07:47:01 2020 +0100 (2020-04-26) |
parents | 6fab3264ba87 |
children | 69e1e705f038 |
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="https://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 }