Magellan Linux

Contents of /smage/trunk/core/libffi/libffi-3.0.9-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


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