wok-6.x diff get-msttcorefonts2/receipt @ rev 18765
Fix grep post_remove()
author | Lucas Levrel <llevrel@yahoo.fr> |
---|---|
date | Tue Dec 29 23:04:30 2015 +0100 (2015-12-29) |
parents | |
children | 86790a278e70 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/get-msttcorefonts2/receipt Tue Dec 29 23:04:30 2015 +0100 1.3 @@ -0,0 +1,19 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="get-msttcorefonts2" 1.7 +VERSION="1.00" 1.8 +CATEGORY="non-free" 1.9 +SHORT_DESC="Updated Smart package of Microsoft Core fonts for the Web" 1.10 +MAINTAINER="al.bobylev@gmail.com" 1.11 +LICENSE="BSD" 1.12 +WEB_SITE="http://sourceforge.net/projects/mscorefonts2" 1.13 +TAGS="utilities" 1.14 + 1.15 +DEPENDS="cabextract" 1.16 + 1.17 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.18 +genpkg_rules() 1.19 +{ 1.20 + mkdir -p $fs/usr/bin 1.21 + cp stuff/get-msttcorefonts2 $fs/usr/bin 1.22 +}