wok-6.x annotate uclibc-x86_64/receipt @ rev 11749
Fix galculator desktop file and remove icon they is one in the new slitaz-icon
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Wed Feb 22 02:56:59 2012 +0100 (2012-02-22) |
parents | |
children | a436a235f098 |
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 !" |