wok view vlgothic-fonts/receipt @ 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 1377136ab0ff
children 7cfc423aaa00
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 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 mkdir -p $fs/usr/share/fonts/TTF/vlgothic
19 mkdir -p $fs/usr/share/licenses/$PACKAGE
21 cp $src/*.ttf $fs/usr/share/fonts/TTF/vlgothic
22 cp -a $src/LICENSE* $fs/usr/share/licenses/$PACKAGE
23 cp -a $src/README* $fs/usr/share/licenses/$PACKAGE
24 }