wok-6.x annotate uclibc-sh4/receipt @ rev 16799
Fix some missing icons (alsamixer, nanochess)
author | Paul Issott <paul@slitaz.org> |
---|---|
date | Fri Jul 04 13:41:24 2014 +0100 (2014-07-04) |
parents | cce3f2b8b740 |
children | 6e9ee64dd747 |
rev | line source |
---|---|
pascal@6099 | 1 # SliTaz package receipt. |
pascal@6099 | 2 |
pascal@6099 | 3 TARGET="sh4" |
pascal@6099 | 4 PACKAGE="uclibc-$TARGET" |
pascal@6099 | 5 VERSION="prebuilt" |
pascal@6099 | 6 CATEGORY="base-system" |
pascal@6099 | 7 SHORT_DESC="UcLibc libraries." |
pascal@6099 | 8 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@14781 | 9 LICENSE="LGPL" |
pascal@6099 | 10 WEB_SITE="http://impactlinux.com/aboriginal" |
pascal@6099 | 11 WANTED="uclibc-cross-compiler-$TARGET" |
pascal@6099 | 12 |
pascal@6099 | 13 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@6099 | 14 genpkg_rules() |
pascal@6099 | 15 { |
pascal@6101 | 16 mkdir -p $fs/lib |
slaxemulator@8242 | 17 cp -a $src/lib/*.so* $fs/lib |
pascal@6099 | 18 } |
pascal@6101 | 19 |
pascal@6101 | 20 TAZBB_NO_INSTALL="because this is not the right target !" |