wok-current view vlgothic-fonts/receipt @ rev 22438
up clementine 1.3.1 -> 1.2.3 won't run after installing right now anyways (error loading shared libraries: libprotobuf.so.7: cannot open: No such file or directory)
author | Erkan Yilmaz <erkan@slitaz.org> |
---|---|
date | Mon Dec 23 11:09:52 2019 +0000 (2019-12-23) |
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 }