wok-6.x annotate foo2xqx-data/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
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 | |
children | 1a6eb3793a9e |
rev | line source |
---|---|
pascal@17318 | 1 # SliTaz package receipt. |
pascal@17318 | 2 |
pascal@17318 | 3 PACKAGE="foo2xqx-data" |
pascal@17318 | 4 VERSION="20141104" |
pascal@17318 | 5 CATEGORY="non-free" |
pascal@17318 | 6 SHORT_DESC="a linux printer driver for XQX stream protocol, firmware files." |
pascal@17318 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@17318 | 8 LICENSE="other" |
pascal@17318 | 9 WEB_SITE="http://foo2xqx.rkkda.com/" |
pascal@17318 | 10 WANTED="foo2xqx" |
pascal@17318 | 11 |
pascal@17318 | 12 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@17318 | 13 genpkg_rules() |
pascal@17318 | 14 { |
pascal@17318 | 15 mkdir -p $fs/usr |
pascal@17318 | 16 cp -a $install/usr/share $fs/usr |
pascal@17318 | 17 } |