wok view vlgothic-fonts/receipt @ rev 24482

updated diffutils (3.7 -> 3.8)
author Hans-G?nter Theisgen
date Fri Feb 18 14:45:09 2022 +0100 (2022-02-18)
parents 6a5f19243cc6
children
line source
1 # SliTaz package receipt.
3 PACKAGE="vlgothic-fonts"
4 VERSION="20200720"
5 RELEASE="73361"
6 CATEGORY="fonts"
7 SHORT_DESC="VL Gothic Font Family: Japanese TrueType fonts from Vine Linux."
8 MAINTAINER="al.bobylev@gmail.com"
9 LICENSE="custom"
10 WEB_SITE="https://web.archive.org/web/20190403102704/http://vlgothic.dicey.org/"
12 TARBALL="$PACKAGE-$VERSION.tar.xz"
13 WGET_URL="https://osdn.net/projects/vlgothic/downloads/$RELEASE/VLGothic-$VERSION.tar.xz"
15 # What is the latest version available today?
16 current_version()
17 {
18 wget -O - https://osdn.net/projects/vlgothic/downloads/ 2>/dev/null | \
19 sed '/Linux/!d;s|.*VLGothic-||;s|.tar.*||;q'
20 }
22 # Busybox patches
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 mkdir -p $fs/usr/share/fonts/TTF/vlgothic
27 mkdir -p $fs/usr/share/licenses/$PACKAGE
29 cp $src/*.ttf $fs/usr/share/fonts/TTF/vlgothic
30 cp -a $src/LICENSE* $fs/usr/share/licenses/$PACKAGE
31 cp -a $src/README* $fs/usr/share/licenses/$PACKAGE
32 }