wok-current diff libnl-dev/receipt @ rev 15995

freetype: add to ARM arch
author Christophe Lincoln <pankso@slitaz.org>
date Sun Mar 02 15:43:44 2014 +0100 (2014-03-02)
parents 4904e3d374a9
children e47c0281ba48
line diff
     1.1 --- a/libnl-dev/receipt	Tue Jun 11 10:41:23 2013 +0200
     1.2 +++ b/libnl-dev/receipt	Sun Mar 02 15:43:44 2014 +0100
     1.3 @@ -13,7 +13,10 @@
     1.4  # Rules to gen a SliTaz package suitable for Tazpkg.
     1.5  genpkg_rules()
     1.6  {
     1.7 -	mkdir -p $fs/usr
     1.8 +	mkdir -p $fs/usr/lib
     1.9  	cp -a $install/usr/include $fs/usr
    1.10 +	cp -a $install/usr/lib/*.*a $fs/usr/lib
    1.11 +	cp -a $install/usr/lib/libnl $fs/usr/lib
    1.12 +	find $fs/usr/lib -type f -name "*.so" -exec rm -f {} \;
    1.13  }
    1.14