wok view vlgothic-fonts/receipt @ rev 23848

inkscape: update build_depends
author Richard Dunbar <mojo@slitaz.org>
date Sun Jun 14 23:18:03 2020 -0400 (2020-06-14)
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 }