wok-6.x view uclibc-powerpc/receipt @ rev 14956
Up: enlightenment (0.17.4)
author | Dominique Corbex <domcox@slitaz.org> |
---|---|
date | Thu Aug 08 19:20:57 2013 +0200 (2013-08-08) |
parents | cce3f2b8b740 |
children | 6e9ee64dd747 |
line source
1 # SliTaz package receipt.
3 TARGET="powerpc"
4 PACKAGE="uclibc-$TARGET"
5 VERSION="prebuilt"
6 CATEGORY="base-system"
7 SHORT_DESC="UcLibc libraries."
8 MAINTAINER="pascal.bellard@slitaz.org"
9 LICENSE="LGPL"
10 WEB_SITE="http://impactlinux.com/aboriginal"
11 WANTED="uclibc-cross-compiler-$TARGET"
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 !"