libffi: update to 3.0.10.

This commit is contained in:
Juan RP 2011-08-27 08:12:57 +02:00
parent 71c97c9ae9
commit c176a9a5af

View file

@ -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 <xtraeme@gmail.com>"
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
}