source: custom/examples/940-libffi@ 837362b

ablfs-more legacy trunk
Last change on this file since 837362b was fd4a798, checked in by Pierre Labastie <pierre.labastie@…>, 3 years ago

Remove $Id$ comments, they are useless with git

  • Property mode set to 100644
File size: 505 bytes
Line 
1PKG="libffi"
2PKG_VERSION="3.2.1"
3PKG_FILE="libffi-3.2.1.tar.gz"
4URL="http://sourceware.org/pub/libffi/${PKG_FILE}"
5MD5="83b89587607e3eb65c70d361f13bab43"
6for i in PATCH{1..10}; do
7 unset $i
8done
9
10( cat << "xEOFx"
11sed -e '/^includesdir/ s/$(libdir).*$/$(includedir)/' \
12 -i include/Makefile.in &&
13
14sed -e '/^includedir/ s/=.*$/=@includedir@/' \
15 -e 's/^Cflags: -I${includedir}/Cflags:/' \
16 -i libffi.pc.in &&
17
18./configure --prefix=/usr --disable-static &&
19make
20make install
21xEOFx
22) > tmp
Note: See TracBrowser for help on using the repository browser.