wok diff libffi-dev/receipt @ rev 13680

grooms: up 1.0.5
author Samuel Trassare <samuel_trassare@yahoo.com>
date Tue Nov 27 10:22:09 2012 -0800 (2012-11-27)
parents f8a19c127db5
children 8f447cf2eee5
line diff
     1.1 --- a/libffi-dev/receipt	Tue May 29 18:00:56 2012 +0000
     1.2 +++ b/libffi-dev/receipt	Tue Nov 27 10:22:09 2012 -0800
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libffi-dev"
     1.7 -VERSION="3.0.10"
     1.8 +VERSION="3.0.11"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="libffi devel files."
    1.11  WEB_SITE="http://sourceware.org/libffi/"
    1.12 @@ -14,9 +14,10 @@
    1.13  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.14  genpkg_rules()
    1.15  {
    1.16 -	mkdir -p $fs/usr/lib
    1.17 +	mkdir -p $fs/usr/lib $fs/usr/include
    1.18  	cp -a $install/usr/lib/*.*a $fs/usr/lib
    1.19  	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    1.20 +	cp -a $install/usr/lib/$WANTED-$VERSION $fs/usr/lib
    1.21  
    1.22  	# Copy the headers to the standard location
    1.23  	cp -a $install/usr/lib/$WANTED-$VERSION/include/* \