wok-tiny diff 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 diff
     1.1 --- a/libm/receipt	Fri Jul 05 13:51:26 2013 +0200
     1.2 +++ b/libm/receipt	Fri Oct 09 10:21:00 2015 +0200
     1.3 @@ -11,9 +11,16 @@
     1.4  BUILD_DEPENDS="uclibc-cross-compiler-$TARGET"
     1.5  WEB_SITE="http://tiny.slitaz.org/"
     1.6  
     1.7 +# Rules to configure and make the package.
     1.8 +compile_rules()
     1.9 +{
    1.10 +	mkdir -p $DESTDIR/lib
    1.11 +	cp -a /usr/share/uclibc-cross-compiler-$TARGET/lib/$PACKAGE*.so* $DESTDIR/lib
    1.12 +}
    1.13 +
    1.14  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.15  genpkg_rules()
    1.16  {
    1.17 -    mkdir -p $fs/lib
    1.18 -    cp -a /usr/share/uclibc-cross-compiler-$TARGET/lib/$PACKAGE*.so* $fs/lib
    1.19 +	cp -a $install/lib $fs/
    1.20 +	chown 0.0 $fs/lib/*
    1.21  }