wok-current rev 22076
updated unifont (8.0.01 -> 12.1.03)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Oct 29 16:48:57 2019 +0100 (2019-10-29) |
parents | ad58a2dfd4b8 |
children | 7e8305bf137c |
files | unifont/receipt |
line diff
1.1 --- a/unifont/receipt Tue Oct 29 16:35:55 2019 +0100 1.2 +++ b/unifont/receipt Tue Oct 29 16:48:57 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 +}