wok-tiny view libm/receipt @ rev 97

Fix libs build, inet.conf updates ...
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Oct 09 10:21:00 2015 +0200 (2015-10-09)
parents a6d2ddc65590
children 0d8ef9102fc0
line source
1 # SliTaz package receipt.
3 PACKAGE="libm"
4 VERSION="0.9.31"
5 CATEGORY="base-system"
6 SHORT_DESC="Math runtime library"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="LGPL"
9 [ -n "$TARGET" ] || TARGET="i486"
10 DEPENDS="base-tiny"
11 BUILD_DEPENDS="uclibc-cross-compiler-$TARGET"
12 WEB_SITE="http://tiny.slitaz.org/"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 mkdir -p $DESTDIR/lib
18 cp -a /usr/share/uclibc-cross-compiler-$TARGET/lib/$PACKAGE*.so* $DESTDIR/lib
19 }
21 # Rules to gen a SliTaz package suitable for Tazpkg.
22 genpkg_rules()
23 {
24 cp -a $install/lib $fs/
25 chown 0.0 $fs/lib/*
26 }