wok annotate ipaex-fonts/receipt @ rev 20212

Force host arch to i486
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Feb 24 12:51:10 2018 +0100 (2018-02-24)
parents
children 4ce52a0b72fd
rev   line source
al@19612 1 # SliTaz package receipt.
al@19612 2
al@19612 3 PACKAGE="ipaex-fonts"
al@19612 4 VERSION="003.01"
al@19612 5 CATEGORY="fonts"
al@19612 6 SHORT_DESC="IPAexMincho and IPAexGothic (Sans serif) fonts"
al@19612 7 MAINTAINER="al.bobylev@gmail.com"
al@19612 8 LICENSE="custom"
al@19612 9 WEB_SITE="http://ipafont.ipa.go.jp/"
al@19612 10
al@19612 11 TARBALL="$PACKAGE-$VERSION.zip"
al@19612 12 WGET_URL="http://dl.ipafont.ipa.go.jp/IPAexfont/IPAexfont${VERSION/./}.zip"
al@19612 13
al@19612 14 # Rules to gen a SliTaz package suitable for Tazpkg.
al@19612 15 genpkg_rules()
al@19612 16 {
al@19612 17 cd $src
al@19612 18
al@19612 19 mkdir -p $fs/usr/share/fonts/TTF/ipaex
al@19612 20 cp *.ttf $fs/usr/share/fonts/TTF/ipaex
al@19612 21
al@19612 22 mkdir -p $fs/usr/share/licenses/$PACKAGE
al@19612 23 cp *.txt $fs/usr/share/licenses/$PACKAGE
al@19612 24 }