wok annotate vlgothic-fonts/receipt @ rev 22066
updated udevil (0.4.3 -> 04.4)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Oct 25 14:42:27 2019 +0100 (2019-10-25) |
parents | 6460d542c35a |
children | 6a5f19243cc6 |
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 |
pascal@21736 | 19 cp $src/*.ttf $fs/usr/share/fonts/TTF/vlgothic |
al@19612 | 20 |
pascal@21736 | 21 mkdir -p $fs/usr/share/licenses/$PACKAGE |
pascal@21736 | 22 cp -a $src/LICENSE* $src/README* $fs/usr/share/licenses/$PACKAGE |
al@19612 | 23 } |