wok diff get-msttcorefonts/receipt @ rev 13949

add python dnspython
author ernia <monghitri@aruba.it>
date Tue Jan 29 20:56:57 2013 +0000 (2013-01-29)
parents
children 42b8478866fb
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/get-msttcorefonts/receipt	Tue Jan 29 20:56:57 2013 +0000
     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 +}