wok-6.x annotate uclibc-x86_64/receipt @ rev 20528
linld: pascal convention calls
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Nov 09 16:37:55 2018 +0100 (2018-11-09) |
parents | a436a235f098 |
children | 8dd8bab3f0ca |
rev | line source |
---|---|
pascal@11673 | 1 # SliTaz package receipt. |
pascal@11673 | 2 |
pascal@11673 | 3 TARGET="x86_64" |
pascal@11673 | 4 PACKAGE="uclibc-$TARGET" |
pascal@11673 | 5 VERSION="prebuilt" |
pascal@11673 | 6 CATEGORY="base-system" |
pascal@11673 | 7 SHORT_DESC="UcLibc libraries." |
pascal@11673 | 8 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@14781 | 9 LICENSE="LGPL" |
pascal@11673 | 10 WEB_SITE="http://impactlinux.com/aboriginal" |
pascal@11673 | 11 WANTED="uclibc-cross-compiler-$TARGET" |
pascal@20297 | 12 COOKOPTS="!strip" |
pascal@11673 | 13 |
pascal@11673 | 14 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@11673 | 15 genpkg_rules() |
pascal@11673 | 16 { |
pascal@11673 | 17 mkdir -p $fs/lib |
pascal@11673 | 18 cp -a $src/lib/*.so* $fs/lib |
pascal@11673 | 19 } |
pascal@11673 | 20 |
pascal@11673 | 21 TAZBB_NO_INSTALL="because this is not the right target !" |