wok view xorg-libXfont-dev/receipt @ rev 22042

gcc83-lib-base: do NOT provide gcc-lib-base
Currently BOTH gcc-lib-base and gcc83-lib-base are installed on my SliTaz system. So, with the current (and longstanding) tazpkg limitations I can't update just gcc-lib-base: tazpkg always updates gcc83-lib-base for me instead. Now I can't run Firefox, Vivaldi, Chrome, etc. I think because of gcc-lib-base, but I not sure 1bsolutely.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Oct 22 12:55:54 2019 +0300 (2019-10-22)
parents 73fb2ebfd59a
children 96ccd8f1d9a8
line source
1 # SliTaz package receipt.
3 PACKAGE="xorg-libXfont-dev"
4 VERSION="1.4.5"
5 CATEGORY="development"
6 SHORT_DESC="Development files for libXfont"
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="other"
9 WEB_SITE="https://www.x.org/"
10 HOST_ARCH="i486 arm"
12 WANTED="xorg-libXfont"
13 DEPENDS="xorg-libXfont xorg-fontsproto xorg-libfontenc-dev freetype-dev \
14 zlib-dev glibc-dev pkg-config"
16 # Rules to gen a SliTaz package suitable for Tazpkg.
17 genpkg_rules()
18 {
19 mkdir -p \
20 $fs/usr/share/licenses \
21 $fs/usr/lib
22 cp -a $src/COPYING $fs/usr/share/licenses/${PACKAGE%-dev}.txt
24 cp -a $install/usr/include $fs/usr
25 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
26 cp -a $install/usr/lib/*.la $fs/usr/lib
27 }