wok view xfwm4-themes/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 40fab26c175d
children 3e31a3bcc764
line source
1 # SliTaz package receipt.
3 PACKAGE="xfwm4-themes"
4 VERSION="4.11.1"
5 CATEGORY="customization"
6 SHORT_DESC="xfwm4 additionnal themes"
7 MAINTAINER="erjo@slitaz.org"
8 LICENSE="GPL2"
9 WANTED="xfwm4"
10 TARBALL="$PACKAGE-$VERSION.tar.bz2"
11 WEB_SITE="https://www.xfce.org/"
12 HOST_ARCH="any"
14 DEPENDS="xfwm4"
15 BUILD_DEPENDS=""
17 # Rules to gen a SliTaz package suitable for Tazpkg.
18 genpkg_rules()
19 {
20 mkdir -p $fs/usr/share
21 cp -a $install/usr/share/themes $fs/usr/share
22 }