wok view vlgothic-fonts/receipt @ rev 22781

updated freetype and freetype-dev (2.6.4 -> 2.10.1)
author Hans-G?nter Theisgen
date Sun Jan 26 09:26:49 2020 +0100 (2020-01-26)
parents 6460d542c35a
children 6a5f19243cc6
line source
1 # SliTaz package receipt.
3 PACKAGE="vlgothic-fonts"
4 VERSION="20141206"
5 RELEASE="62375"
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="http://dl.osdn.jp/vlgothic/$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 cp $src/*.ttf $fs/usr/share/fonts/TTF/vlgothic
21 mkdir -p $fs/usr/share/licenses/$PACKAGE
22 cp -a $src/LICENSE* $src/README* $fs/usr/share/licenses/$PACKAGE
23 }