Magellan Linux

Contents of /branches/magellan-next/core/libffi/libffi-3.0.9-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 7533 - (show annotations) (download)
Thu May 26 16:02:19 2011 UTC (12 years, 11 months ago) by niro
File size: 539 byte(s)
auto added: ver bump to 3.0.9-r2
1 # $Id$
2
3 PNAME="libffi"
4 PVER="3.0.9"
5 PBUILD="r2"
6
7 PCATEGORIE="dev-libs"
8 STATE="unstable"
9
10 DESCRIPTION="A portable, high level programming interface to various calling conventions."
11 HOMEPAGE="http://sourceware.org/${PNAME}/"
12
13 DEPEND=""
14
15 SRCFILE="${PNAME}-${PVER}.tar.gz"
16 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
17
18 sminclude multilib
19
20 SRC_URI=(
21 ftp://sourceware.org/pub/${PNAME}/${SRCFILE}
22 mirror://${PNAME}/${SRCFILE}
23 )
24
25 UP2DATE="updatecmd ftp://sourceware.org/pub/${PNAME}/ | grep -v rc | grep .tar.gz | sed -n 's/.*-\(.*\).tar.gz.*/\1/;$ p'"