wok-next diff get-msttcorefonts/receipt @ rev 19752
Up gvfs, cookutils, harfbuzz, libxml2.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Thu Jun 08 19:49:38 2017 +0300 (2017-06-08) |
parents | 42b8478866fb |
children | d958fec46c9f |
line diff
1.1 --- a/get-msttcorefonts/receipt Sat Sep 07 16:10:09 2013 +0000 1.2 +++ b/get-msttcorefonts/receipt Thu Jun 08 19:49:38 2017 +0300 1.3 @@ -10,9 +10,11 @@ 1.4 WEB_SITE="http://sourceforge.net/projects/corefonts" 1.5 TAGS="utilities" 1.6 1.7 +DEPENDS="cabextract" 1.8 + 1.9 # Rules to gen a SliTaz package suitable for Tazpkg. 1.10 genpkg_rules() 1.11 { 1.12 - mkdir -p $fs/usr/bin 1.13 - cp stuff/get-msttcorefonts $fs/usr/bin 1.14 + mkdir -p $fs/usr/bin 1.15 + cp stuff/$PACKAGE $fs/usr/bin 1.16 }