wok annotate vlgothic-fonts/receipt @ rev 21735

vlgothic-fonts: use archive.org as web_site
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Jun 13 15:52:10 2019 +0200 (2019-06-13)
parents fa3033fa9507
children 1377136ab0ff
rev   line source
al@19612 1 # SliTaz package receipt.
al@19612 2
al@19612 3 PACKAGE="vlgothic-fonts"
al@19612 4 VERSION="20141206"
al@19612 5 RELEASE="62375"
al@19612 6 CATEGORY="fonts"
al@19612 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"
al@19612 13 WGET_URL="http://dl.osdn.jp/vlgothic/$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
al@19612 19 cp *.ttf $fs/usr/share/fonts/TTF/vlgothic
al@19612 20
al@19612 21 mkdir -p $fs/usr/share/licenses/$PACKAGE
al@19612 22 cp -a LICENSE* README* $fs/usr/share/licenses/$PACKAGE
al@19612 23 }