wok-stable diff get-msttcorefonts/receipt @ rev 11386

Compat: ensure that pam WGET_URL is non-https. Otherwise tazwok can't download it at cook-toolchain time
author Antoine Bodin <gokhlayeh@slitaz.org>
date Sat Dec 10 04:42:49 2011 +0100 (2011-12-10)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/get-msttcorefonts/receipt	Sat Dec 10 04:42:49 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 +}