wok-6.x diff get-msttcorefonts/receipt @ rev 11449
Remove: bridge-utils-dev
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Sat Dec 17 09:29:38 2011 +0100 (2011-12-17) |
parents | |
children | 42b8478866fb |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/get-msttcorefonts/receipt Sat Dec 17 09:29:38 2011 +0100 1.3 @@ -0,0 +1,17 @@ 1.4 +# SliTaz package receipt. 1.5 +# http://corefonts.sourceforge.net/ 1.6 + 1.7 +PACKAGE="get-msttcorefonts" 1.8 +VERSION="1.00" 1.9 +CATEGORY="non-free" 1.10 +SHORT_DESC="An easy way to install Microsoft's TrueType core fonts on linux." 1.11 +MAINTAINER="rocky@slitaz.org" 1.12 +WEB_SITE="http://sourceforge.net/projects/corefonts" 1.13 +TAGS="utilities" 1.14 + 1.15 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.16 +genpkg_rules() 1.17 +{ 1.18 + mkdir -p $fs/usr/bin 1.19 + cp stuff/get-msttcorefonts $fs/usr/bin 1.20 +}