wok diff libffi/receipt @ rev 8137

Added elfutils and lesstif to ddd depends. Added lesstif-dev to ddd build depends.
author Christopher Rogers <slaxemulator@gmail.com>
date Mon Jan 24 21:58:17 2011 +0000 (2011-01-24)
parents 081813d3a553
children 44e73ecc5e31
line diff
     1.1 --- a/libffi/receipt	Mon Jun 01 16:08:17 2009 +0000
     1.2 +++ b/libffi/receipt	Mon Jan 24 21:58:17 2011 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libffi"
     1.7 -VERSION="3.0.8"
     1.8 +VERSION="3.0.9"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="A portable foreign function interface library."
    1.11  MAINTAINER="rcx@zoominternet.net"
    1.12 @@ -30,5 +30,9 @@
    1.13  {
    1.14  	mkdir -p $fs/usr/lib
    1.15  	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    1.16 +
    1.17 +	# create symlink to libffi.so.4
    1.18 +	cd $fs/usr/lib
    1.19 +	ln -s libffi.so.5.0.10 libffi.so.4
    1.20  }
    1.21