wok diff libffi/receipt @ rev 11303

Up: kismet (2011-08-R1)
author Alexander Medvedev <devl547@gmail.com>
date Sat Nov 12 22:29:28 2011 +0000 (2011-11-12)
parents 5325e8430795
children 082d59f85261
line diff
     1.1 --- a/libffi/receipt	Sat Jan 09 18:07:13 2010 +0000
     1.2 +++ b/libffi/receipt	Sat Nov 12 22:29:28 2011 +0000
     1.3 @@ -1,12 +1,11 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libffi"
     1.7 -VERSION="3.0.9"
     1.8 +VERSION="3.0.10"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="A portable foreign function interface library."
    1.11  MAINTAINER="rcx@zoominternet.net"
    1.12  DEPENDS="glibc-base"
    1.13 -BUILD_DEPENDS="slitaz-toolchain"
    1.14  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.15  WEB_SITE="http://sourceware.org/libffi/"
    1.16  WGET_URL="ftp://sourceware.org/pub/$PACKAGE/$TARBALL"
    1.17 @@ -16,13 +15,10 @@
    1.18  {
    1.19  	cd $src
    1.20  	./configure \
    1.21 -		--prefix=/usr \
    1.22 -		--infodir=/usr/share/info \
    1.23 -		--mandir=/usr/share/man \
    1.24  		--includedir=/usr/include \
    1.25  		$CONFIGURE_ARGS  &&
    1.26  	make  &&
    1.27 -	make DESTDIR=$PWD/_pkg install
    1.28 +	make DESTDIR=$DESTDIR install
    1.29  }
    1.30  
    1.31  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.32 @@ -33,6 +29,6 @@
    1.33  
    1.34  	# create symlink to libffi.so.4
    1.35  	cd $fs/usr/lib
    1.36 -	ln -s libffi.so.5.0.10 libffi.so.4
    1.37 +	ln -sf libffi.so.5.0.10 libffi.so.4
    1.38  }
    1.39