wok view uclibc-mips/receipt @ rev 16460

Up: slitaz-tools (5.8.2) With a new ncurses/dialog wifi config interface, up also slitaz-arm-rpi and add to i486 with the slitaz-rpi utility
author Christophe Lincoln <pankso@slitaz.org>
date Mon Apr 21 07:55:43 2014 +0200 (2014-04-21)
parents cce3f2b8b740
children 6e9ee64dd747
line source
1 # SliTaz package receipt.
3 TARGET="mips"
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 !"