libffi: update to 3.0.10.
This commit is contained in:
parent
71c97c9ae9
commit
c176a9a5af
|
@ -1,12 +1,14 @@
|
||||||
# Template file for 'libffi'
|
# Template file for 'libffi'
|
||||||
pkgname=libffi
|
pkgname=libffi
|
||||||
version=3.0.9
|
version=3.0.10
|
||||||
distfiles="ftp://sourceware.org/pub/$pkgname/$pkgname-$version.tar.gz"
|
distfiles="ftp://sourceware.org/pub/$pkgname/$pkgname-$version.tar.gz"
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
configure_args="--includedir=/usr/include"
|
configure_args="--includedir=/usr/include"
|
||||||
short_desc="Library supporting Foreign Function Interfaces"
|
short_desc="Library supporting Foreign Function Interfaces"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=589d25152318bc780cd8919b14670793f4971d9838dab46ed38c32b3ee92c452
|
homepage="http://sourceware.org/libffi"
|
||||||
|
license="MIT"
|
||||||
|
checksum=f01eb9027e9eb56aeaeef636649877756d475d714ef8b47f627f65bc5f3b492f
|
||||||
long_desc="
|
long_desc="
|
||||||
The libffi library provides a portable, high level programming
|
The libffi library provides a portable, high level programming
|
||||||
interface to various calling conventions. This allows a programmer to
|
interface to various calling conventions. This allows a programmer to
|
||||||
|
@ -35,4 +37,5 @@ post_install()
|
||||||
# Fix includedir for pkg-config file.
|
# Fix includedir for pkg-config file.
|
||||||
sed -i -e "s|\${libdir}/libffi-${version}|/usr|" \
|
sed -i -e "s|\${libdir}/libffi-${version}|/usr|" \
|
||||||
${DESTDIR}/usr/lib/pkgconfig/libffi.pc
|
${DESTDIR}/usr/lib/pkgconfig/libffi.pc
|
||||||
|
vinstall LICENSE 644 usr/share/licenses/libffi
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user