wok-6.x diff unifont/receipt @ rev 22322
updated yelp-tools and yelp-xsl
author | Hans-G?nter Theisgen |
---|---|
date | Thu Nov 14 17:10:01 2019 +0100 (2019-11-14) |
parents | d1570adae0ba |
children | 2f9b6b256fca |
line diff
1.1 --- a/unifont/receipt Mon May 09 21:28:29 2016 +0300 1.2 +++ b/unifont/receipt Thu Nov 14 17:10:01 2019 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="unifont" 1.7 -VERSION="8.0.01" 1.8 +VERSION="12.1.03" 1.9 CATEGORY="fonts" 1.10 SHORT_DESC="The Standard GNU Unifont TTF." 1.11 MAINTAINER="hackdorte@sapo.pt" 1.12 @@ -9,20 +9,17 @@ 1.13 WEB_SITE="http://unifoundry.com/" 1.14 1.15 TARBALL="$PACKAGE-$VERSION.ttf" 1.16 -WGET_URL="${WEB_SITE}pub/$PACKAGE-$VERSION/font-builds/$TARBALL" 1.17 - 1.18 -DEPENDS="" 1.19 -BUILD_DEPENDS="wget" 1.20 +WGET_URL="${WEB_SITE}pub/$PACKAGE/$PACKAGE-$VERSION/font-builds/$TARBALL" 1.21 1.22 # Rules to configure and make the package. 1.23 compile_rules() 1.24 { 1.25 - mkdir -p $install/usr/share/fonts/$PACKAGE 1.26 - cp -a $src/* $install/usr/share/fonts/$PACKAGE 1.27 + mkdir -p $install/usr/share/fonts/$PACKAGE 1.28 + cp -a $src/* $install/usr/share/fonts/$PACKAGE 1.29 } 1.30 1.31 # Rules to gen a SliTaz package suitable for Tazpkg. 1.32 genpkg_rules() 1.33 { 1.34 cp -a $install/* $fs 1.35 -} 1.36 \ No newline at end of file 1.37 +}