wok diff libtirpc-dev/receipt @ rev 18897

syslinux/isohybrid.exe add -r support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Feb 14 22:06:06 2016 +0100 (2016-02-14)
parents 8d6f480bf664
children fc9203de5ff2
line diff
     1.1 --- a/libtirpc-dev/receipt	Sun Nov 10 17:13:06 2013 +0000
     1.2 +++ b/libtirpc-dev/receipt	Sun Feb 14 22:06:06 2016 +0100
     1.3 @@ -8,13 +8,13 @@
     1.4  LICENSE="BSD"
     1.5  WEB_SITE="http://libtirpc.sourceforge.net/"
     1.6  WANTED="libtirpc"
     1.7 -
     1.8 -DEPENDS="libtirpc"
     1.9 +HOST_ARCH="i486 arm"
    1.10  
    1.11  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.12  genpkg_rules()
    1.13  {
    1.14  	mkdir -p $fs/usr/lib
    1.15  	cp -a $install/usr/lib/*a $fs/usr/lib
    1.16 +	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    1.17  	cp -a $install/usr/include $fs/usr
    1.18  }