From c176a9a5af068b7a1f17c91bb3924d601336fd83 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sat, 27 Aug 2011 08:12:57 +0200 Subject: [PATCH] libffi: update to 3.0.10. --- srcpkgs/libffi/template | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/srcpkgs/libffi/template b/srcpkgs/libffi/template index 6c53b63ec6..79a774cef2 100644 --- a/srcpkgs/libffi/template +++ b/srcpkgs/libffi/template @@ -1,12 +1,14 @@ # Template file for 'libffi' pkgname=libffi -version=3.0.9 +version=3.0.10 distfiles="ftp://sourceware.org/pub/$pkgname/$pkgname-$version.tar.gz" build_style=gnu_configure configure_args="--includedir=/usr/include" short_desc="Library supporting Foreign Function Interfaces" maintainer="Juan RP " -checksum=589d25152318bc780cd8919b14670793f4971d9838dab46ed38c32b3ee92c452 +homepage="http://sourceware.org/libffi" +license="MIT" +checksum=f01eb9027e9eb56aeaeef636649877756d475d714ef8b47f627f65bc5f3b492f long_desc=" The libffi library provides a portable, high level programming interface to various calling conventions. This allows a programmer to @@ -35,4 +37,5 @@ post_install() # Fix includedir for pkg-config file. sed -i -e "s|\${libdir}/libffi-${version}|/usr|" \ ${DESTDIR}/usr/lib/pkgconfig/libffi.pc + vinstall LICENSE 644 usr/share/licenses/libffi }