wok diff vlgothic-fonts/receipt @ rev 21710

peazip: fix links
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jun 08 11:33:48 2019 +0200 (2019-06-08)
parents
children 6460d542c35a
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/vlgothic-fonts/receipt	Sat Jun 08 11:33:48 2019 +0200
     1.3 @@ -0,0 +1,25 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="vlgothic-fonts"
     1.7 +VERSION="20141206"
     1.8 +RELEASE="62375"
     1.9 +CATEGORY="fonts"
    1.10 +SHORT_DESC="VL Gothic Font Family: Japanese TrueType fonts from Vine Linux"
    1.11 +MAINTAINER="al.bobylev@gmail.com"
    1.12 +LICENSE="custom"
    1.13 +WEB_SITE="http://vlgothic.dicey.org/"
    1.14 +
    1.15 +TARBALL="$PACKAGE-$VERSION.tar.xz"
    1.16 +WGET_URL="http://dl.osdn.jp/vlgothic/$RELEASE/VLGothic-$VERSION.tar.xz"
    1.17 +
    1.18 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.19 +genpkg_rules()
    1.20 +{
    1.21 +	cd $src
    1.22 +
    1.23 +	mkdir -p $fs/usr/share/fonts/TTF/vlgothic
    1.24 +	cp *.ttf $fs/usr/share/fonts/TTF/vlgothic
    1.25 +
    1.26 +	mkdir -p               $fs/usr/share/licenses/$PACKAGE
    1.27 +	cp -a LICENSE* README* $fs/usr/share/licenses/$PACKAGE
    1.28 +}