wok-next view get-msttcorefonts/receipt @ rev 20882
Check Repology info from a* to g* packages
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Tue Jul 10 20:08:05 2018 +0300 (2018-07-10) |
parents | 6fab3264ba87 |
children | d5aab818505e |
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 REPOLOGY="-"
13 TAGS="utilities"
15 DEPENDS="cabextract"
17 # Rules to gen a SliTaz package suitable for Tazpkg.
18 genpkg_rules()
19 {
20 mkdir -p $fs/usr/bin
21 cp stuff/$PACKAGE $fs/usr/bin
22 }