wok-next view uclibc-armv6l/receipt @ rev 14590

drbl: its really hard to find all deps - ok, add some of them; also shrink loooong 'short desc' and add description
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon May 27 00:27:59 2013 +0000 (2013-05-27)
parents 4c16797dce28
children a436a235f098
line source
1 # SliTaz package receipt.
3 TARGET="armv6l"
4 PACKAGE="uclibc-$TARGET"
5 VERSION="prebuilt"
6 CATEGORY="base-system"
7 SHORT_DESC="UcLibc libraries."
8 MAINTAINER="pascal.bellard@slitaz.org"
9 WEB_SITE="http://impactlinux.com/aboriginal"
10 WANTED="uclibc-cross-compiler-$TARGET"
11 TAGS="arm"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/lib
17 cp -a $src/lib/*.so* $fs/lib
18 }
20 TAZBB_NO_INSTALL="because this is not the right target !"