wok view vlgothic-fonts/receipt @ rev 21619

gcc83-lib-base: revert to gcc-lib-base post install
Previous post-install rules don't work for me producing error:
error: C compiler cannot create executables
on the another plain build when I previously used gcc83 & gcc83-lib-base to compile my other package
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat May 25 14:09:45 2019 +0300 (2019-05-25)
parents
children 6460d542c35a
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="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 cd $src
20 mkdir -p $fs/usr/share/fonts/TTF/vlgothic
21 cp *.ttf $fs/usr/share/fonts/TTF/vlgothic
23 mkdir -p $fs/usr/share/licenses/$PACKAGE
24 cp -a LICENSE* README* $fs/usr/share/licenses/$PACKAGE
25 }