wok annotate vlgothic-fonts/receipt @ rev 21257

updated libmnl and libmnl-dev (1.0.3 -> 1.0.4)
author Hans-G?nter Theisgen
date Fri Apr 12 11:04:34 2019 +0100 (2019-04-12)
parents
children 6460d542c35a
rev   line source
al@19612 1 # SliTaz package receipt.
al@19612 2
al@19612 3 PACKAGE="vlgothic-fonts"
al@19612 4 VERSION="20141206"
al@19612 5 RELEASE="62375"
al@19612 6 CATEGORY="fonts"
al@19612 7 SHORT_DESC="VL Gothic Font Family: Japanese TrueType fonts from Vine Linux"
al@19612 8 MAINTAINER="al.bobylev@gmail.com"
al@19612 9 LICENSE="custom"
al@19612 10 WEB_SITE="http://vlgothic.dicey.org/"
al@19612 11
al@19612 12 TARBALL="$PACKAGE-$VERSION.tar.xz"
al@19612 13 WGET_URL="http://dl.osdn.jp/vlgothic/$RELEASE/VLGothic-$VERSION.tar.xz"
al@19612 14
al@19612 15 # Rules to gen a SliTaz package suitable for Tazpkg.
al@19612 16 genpkg_rules()
al@19612 17 {
al@19612 18 cd $src
al@19612 19
al@19612 20 mkdir -p $fs/usr/share/fonts/TTF/vlgothic
al@19612 21 cp *.ttf $fs/usr/share/fonts/TTF/vlgothic
al@19612 22
al@19612 23 mkdir -p $fs/usr/share/licenses/$PACKAGE
al@19612 24 cp -a LICENSE* README* $fs/usr/share/licenses/$PACKAGE
al@19612 25 }