wok view uclibc-powerpc/receipt @ rev 16454

slitaz-i18n: nothing change, just recook. (can't stat '/usr/share/zoneinfo/Europe/Moscow': No such file or directory). Why? All other is OK.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Apr 19 13:22:42 2014 +0300 (2014-04-19)
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 !"