wok-next diff libffi/receipt @ rev 18925

description.txt should end with 0x0A byte (Carriage Return, Enter) to not glue with the next description in descriptions.txt.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Feb 25 15:02:38 2016 +0200 (2016-02-25)
parents 8f447cf2eee5
children 35a20e111081
line diff
     1.1 --- a/libffi/receipt	Sat Nov 09 20:47:29 2013 +0000
     1.2 +++ b/libffi/receipt	Thu Feb 25 15:02:38 2016 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libffi"
     1.7 -VERSION="3.0.11"
     1.8 +VERSION="3.1"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="A portable foreign function interface library."
    1.11  MAINTAINER="rcx@zoominternet.net"
    1.12 @@ -16,7 +16,6 @@
    1.13  # Rules to configure and make the package.
    1.14  compile_rules()
    1.15  {
    1.16 -	cd $src
    1.17  	./configure \
    1.18  		--includedir=/usr/include \
    1.19  		$CONFIGURE_ARGS  &&