wok view get-msttcorefonts/receipt @ rev 13951

add python netifaces
author ernia <monghitri@aruba.it>
date Tue Jan 29 21:03:49 2013 +0000 (2013-01-29)
parents
children 42b8478866fb
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 WEB_SITE="http://sourceforge.net/projects/corefonts"
10 TAGS="utilities"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/bin
16 cp stuff/get-msttcorefonts $fs/usr/bin
17 }