wok-4.x annotate uclibc-x86_64/receipt @ rev 12303
brasero: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Jun 20 18:06:56 2012 +0200 (2012-06-20) |
parents | |
children |
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@11673 | 9 WEB_SITE="http://impactlinux.com/aboriginal" |
pascal@11673 | 10 WANTED="uclibc-cross-compiler-$TARGET" |
pascal@11673 | 11 |
pascal@11673 | 12 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@11673 | 13 genpkg_rules() |
pascal@11673 | 14 { |
pascal@11673 | 15 mkdir -p $fs/lib |
pascal@11673 | 16 cp -a $src/lib/*.so* $fs/lib |
pascal@11673 | 17 } |
pascal@11673 | 18 |
pascal@11673 | 19 TAZBB_NO_INSTALL="because this is not the right target !" |