wok view gdal-bin/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 7bb096863642
children
line source
1 # SliTaz package receipt.
3 PACKAGE="gdal-bin"
4 VERSION="1.9.0"
5 CATEGORY="misc"
6 SHORT_DESC="GDAL Tools."
7 MAINTAINER="erjo@slitaz.org"
8 LICENSE="MIT"
9 WEB_SITE="https://www.gdal.org/"
10 WANTED="gdal"
12 DEPENDS="libgdal"
13 BUILD_DEPENDS=""
16 # Rules to gen a SliTaz package suitable for Tazpkg.
17 genpkg_rules()
18 {
19 mkdir -p $fs/usr
20 cp -a $install/usr/bin $fs/usr
21 rm -f $fs/usr/bin/gdal-config
22 }