wok diff libffi/receipt @ rev 20505

partclone 0.2.89 -> 0.2.70: dpkg-architecture not used here
author Erkan Yilmaz <erkan@slitaz.org>
date Tue Oct 30 11:23:14 2018 +0000 (2018-10-30)
parents 8f447cf2eee5
children 9480f04fa684
line diff
     1.1 --- a/libffi/receipt	Sat Nov 09 20:47:29 2013 +0000
     1.2 +++ b/libffi/receipt	Tue Oct 30 11:23:14 2018 +0000
     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  &&