wok rev 24314

updated vlgothic-fonts (20141206 -> 20200720)
author Hans-G?nter Theisgen
date Sat Jan 22 13:28:11 2022 +0100 (2022-01-22)
parents 0c04fc34847a
children f745274ff5c8
files vlgothic-fonts/receipt
line diff
     1.1 --- a/vlgothic-fonts/receipt	Fri Jan 21 10:59:24 2022 +0000
     1.2 +++ b/vlgothic-fonts/receipt	Sat Jan 22 13:28:11 2022 +0100
     1.3 @@ -1,23 +1,24 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="vlgothic-fonts"
     1.7 -VERSION="20141206"
     1.8 -RELEASE="62375"
     1.9 +VERSION="20200720"
    1.10 +RELEASE="73361"
    1.11  CATEGORY="fonts"
    1.12 -SHORT_DESC="VL Gothic Font Family: Japanese TrueType fonts from Vine Linux"
    1.13 +SHORT_DESC="VL Gothic Font Family: Japanese TrueType fonts from Vine Linux."
    1.14  MAINTAINER="al.bobylev@gmail.com"
    1.15  LICENSE="custom"
    1.16  WEB_SITE="https://web.archive.org/web/20190403102704/http://vlgothic.dicey.org/"
    1.17  
    1.18  TARBALL="$PACKAGE-$VERSION.tar.xz"
    1.19 -WGET_URL="http://dl.osdn.jp/vlgothic/$RELEASE/VLGothic-$VERSION.tar.xz"
    1.20 +WGET_URL="https://osdn.net/projects/vlgothic/downloads/$RELEASE/VLGothic-$VERSION.tar.xz"
    1.21  
    1.22  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.23  genpkg_rules()
    1.24  {
    1.25  	mkdir -p $fs/usr/share/fonts/TTF/vlgothic
    1.26 -	cp $src/*.ttf $fs/usr/share/fonts/TTF/vlgothic
    1.27 +	mkdir -p $fs/usr/share/licenses/$PACKAGE
    1.28  
    1.29 -	mkdir -p $fs/usr/share/licenses/$PACKAGE
    1.30 -	cp -a $src/LICENSE* $src/README* $fs/usr/share/licenses/$PACKAGE
    1.31 +	cp $src/*.ttf		$fs/usr/share/fonts/TTF/vlgothic
    1.32 +	cp -a $src/LICENSE*	$fs/usr/share/licenses/$PACKAGE
    1.33 +	cp -a $src/README*	$fs/usr/share/licenses/$PACKAGE
    1.34  }