wok view geos-dev/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 fe9e51a734b0
children 39567aac1197
line source
1 # SliTaz package receipt.
3 PACKAGE="geos-dev"
4 VERSION="3.5.0"
5 CATEGORY="development"
6 SHORT_DESC="Geos dev files."
7 MAINTAINER="erjo@slitaz.org"
8 LICENSE="LGPL2.1"
9 WEB_SITE="http://trac.osgeo.org/geos/"
10 WANTED="geos"
12 DEPENDS="geos"
13 BUILD_DEPENDS=""
16 # Rules to gen a SliTaz package suitable for Tazpkg.
17 genpkg_rules()
18 {
19 mkdir -p $fs/usr/bin $fs/usr/lib
21 cp -a $install/usr/bin $fs/usr
22 cp -a $install/usr/include $fs/usr
23 cp -a $install/usr/lib/*.*a $fs/usr/lib
24 }