wok annotate evince-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
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 | da14a8cdb0bd |
children |
rev | line source |
---|---|
erjo@4727 | 1 # SliTaz package receipt. |
erjo@4727 | 2 |
erjo@4727 | 3 PACKAGE="evince-dev" |
slaxemulator@9357 | 4 VERSION="2.32.0" |
erjo@4727 | 5 CATEGORY="office" |
erjo@4727 | 6 SHORT_DESC="Evince developement headers files." |
erjo@4727 | 7 MAINTAINER="erjo@slitaz.org" |
pascal@15002 | 8 LICENSE="GPL2" |
erjo@4727 | 9 WEB_SITE="http://projects.gnome.org/evince/" |
erjo@4727 | 10 WANTED="evince" |
erjo@4727 | 11 |
pascal@15002 | 12 DEPENDS="evince gnome-doc-utils" |
pascal@15002 | 13 |
erjo@4727 | 14 # Rules to gen a SliTaz package suitable for Tazpkg. |
erjo@4727 | 15 genpkg_rules() |
erjo@4727 | 16 { |
slaxemulator@9357 | 17 mkdir -p $fs/usr/lib/evince/3/backends |
erjo@4727 | 18 |
pascal@15002 | 19 cp -a $install/usr/include $fs/usr |
pascal@15002 | 20 cp -a $install/usr/lib/*.*a $fs/usr/lib |
pascal@15002 | 21 cp -a $install/usr/lib/evince/3/backends/*.*a $fs/usr/lib/evince/3/backends |
erjo@4727 | 22 |
erjo@4727 | 23 } |