wok annotate 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
rev   line source
al@19612 1 # SliTaz package receipt.
al@19612 2
al@19612 3 PACKAGE="vlgothic-fonts"
Hans-G?nter@24314 4 VERSION="20200720"
Hans-G?nter@24314 5 RELEASE="73361"
al@19612 6 CATEGORY="fonts"
Hans-G?nter@24314 7 SHORT_DESC="VL Gothic Font Family: Japanese TrueType fonts from Vine Linux."
al@19612 8 MAINTAINER="al.bobylev@gmail.com"
al@19612 9 LICENSE="custom"
pascal@21735 10 WEB_SITE="https://web.archive.org/web/20190403102704/http://vlgothic.dicey.org/"
al@19612 11
al@19612 12 TARBALL="$PACKAGE-$VERSION.tar.xz"
Hans-G?nter@24314 13 WGET_URL="https://osdn.net/projects/vlgothic/downloads/$RELEASE/VLGothic-$VERSION.tar.xz"
al@19612 14
al@19612 15 # Rules to gen a SliTaz package suitable for Tazpkg.
al@19612 16 genpkg_rules()
al@19612 17 {
al@19612 18 mkdir -p $fs/usr/share/fonts/TTF/vlgothic
Hans-G?nter@24314 19 mkdir -p $fs/usr/share/licenses/$PACKAGE
al@19612 20
Hans-G?nter@24314 21 cp $src/*.ttf $fs/usr/share/fonts/TTF/vlgothic
Hans-G?nter@24314 22 cp -a $src/LICENSE* $fs/usr/share/licenses/$PACKAGE
Hans-G?nter@24314 23 cp -a $src/README* $fs/usr/share/licenses/$PACKAGE
al@19612 24 }