wok-current view get-msttcorefonts2/receipt @ rev 23848
inkscape: update build_depends
author | Richard Dunbar <mojo@slitaz.org> |
---|---|
date | Sun Jun 14 23:18:03 2020 -0400 (2020-06-14) |
parents | 6fab3264ba87 |
children | 69e1e705f038 |
line source
1 # SliTaz package receipt.
3 PACKAGE="get-msttcorefonts2"
4 VERSION="1.00"
5 CATEGORY="non-free"
6 SHORT_DESC="Updated Smart package of Microsoft Core fonts for the Web"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="BSD"
9 WEB_SITE="https://sourceforge.net/projects/mscorefonts2"
10 TAGS="utilities"
12 DEPENDS="cabextract"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/bin
18 cp stuff/get-msttcorefonts2 $fs/usr/bin
19 }