wok annotate get-msttcorefonts2/receipt @ rev 22999

updated leptonica and leptonica-dev again (1.78.0 -> 1.79.0)
author Hans-G?nter Theisgen
date Mon Mar 02 15:57:03 2020 +0100 (2020-03-02)
parents 6fab3264ba87
children 69e1e705f038
rev   line source
al@18741 1 # SliTaz package receipt.
al@18741 2
al@18741 3 PACKAGE="get-msttcorefonts2"
al@18741 4 VERSION="1.00"
al@18741 5 CATEGORY="non-free"
al@18741 6 SHORT_DESC="Updated Smart package of Microsoft Core fonts for the Web"
al@18741 7 MAINTAINER="al.bobylev@gmail.com"
al@18741 8 LICENSE="BSD"
pascal@20421 9 WEB_SITE="https://sourceforge.net/projects/mscorefonts2"
al@18741 10 TAGS="utilities"
al@18741 11
al@18741 12 DEPENDS="cabextract"
al@18741 13
al@18741 14 # Rules to gen a SliTaz package suitable for Tazpkg.
al@18741 15 genpkg_rules()
al@18741 16 {
al@18741 17 mkdir -p $fs/usr/bin
al@18741 18 cp stuff/get-msttcorefonts2 $fs/usr/bin
al@18741 19 }