wok view libexo/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 380ffe05937a
children 5eee27c40050
line source
1 # SliTaz package receipt.
3 PACKAGE="libexo"
4 VERSION="0.8.0"
5 CATEGORY="x-window"
6 SHORT_DESC="Xfce extension library"
7 MAINTAINER="erjo@slitaz.org"
8 LICENSE="GPL2"
9 WANTED="exo"
10 SUGGESTED="exo-tools"
11 WEB_SITE="https://www.xfce.org"
13 DEPENDS="libxfce4util startup-notification libnotify"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 mkdir -p $fs/usr/lib
20 cp -a $install/etc $fs/
21 cp -a $install/usr/bin $fs/usr
22 cp -a $install/usr/lib/*.so* $fs/usr/lib
23 cp -a $install/usr/lib/xfce4 $fs/usr/lib
25 # Strip files
26 #strip -s $fs/usr/lib/libexo/* 2> /dev/null
27 }