wok view get-msttcorefonts/receipt @ rev 21434

updated metasploit (3.6.0 -> 5.0.18)
author Hans-G?nter Theisgen
date Sat Apr 27 15:37:48 2019 +0100 (2019-04-27)
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 }