wok view libkrb5support/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 051931e905b0
children de0af891e9d3
line source
1 # SliTaz package receipt.
3 PACKAGE="libkrb5support"
4 VERSION="1.17"
5 CATEGORY="security"
6 SHORT_DESC="Kerberos network authentication protocol support libraries."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="MIT"
9 WEB_SITE="https://web.mit.edu/kerberos/"
11 WANTED="krb5"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 while read file; do
17 dir=$(dirname "$file")
18 [ -d $fs$dir ] || mkdir -p $fs$dir
19 cp -a $install$file $fs$dir
20 done < $wanted_stuff/$PACKAGE.files-list
21 }