wok view uclibc-armv4eb/receipt @ rev 18189

openssl: security update to 1.0.1p - http://openssl.org/news/secadv_20150709.txt
author Nathan Neulinger <nneul@neulinger.org>
date Thu Jul 09 14:04:33 2015 +0000 (2015-07-09)
parents 898b528602d0
children 6e9ee64dd747
line source
1 # SliTaz package receipt.
3 TARGET="armv4eb"
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"
12 TAGS="arm"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/lib
18 cp -a $src/lib/*.so* $fs/lib
19 }
21 TAZBB_NO_INSTALL="because this is not the right target !"