wok annotate uclibc-i486/receipt @ rev 9404
Up: slitaz-mercurial-style to 1.0.7. You didn't tag. Also no need for high jumps since it will make everything else 2.0.x for linearer versioning.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sun Mar 27 18:50:59 2011 +0000 (2011-03-27) |
parents | 276344234dd6 |
children | 4d1b6826f4c6 |
rev | line source |
---|---|
pascal@6099 | 1 # SliTaz package receipt. |
pascal@6099 | 2 |
pascal@6099 | 3 TARGET="i486" |
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@6099 | 9 WEB_SITE="http://impactlinux.com/aboriginal" |
pascal@6099 | 10 WANTED="uclibc-cross-compiler-$TARGET" |
pascal@6099 | 11 |
pascal@6099 | 12 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@6099 | 13 genpkg_rules() |
pascal@6099 | 14 { |
pascal@6101 | 15 mkdir -p $fs/lib |
slaxemulator@8240 | 16 cp -a $src/lib/*.so* $fs/lib |
pascal@6099 | 17 } |
pascal@6101 | 18 |
pascal@6101 | 19 TAZBB_NO_INSTALL="because this is not the right target !" |