Magellan Linux

Annotation of /branches/R11-stable/core/libffi/libffi-3.0.13-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 19555 - (hide annotations) (download)
Fri Sep 20 11:42:40 2013 UTC (11 years, 1 month ago) by niro
Original Path: trunk/core/libffi/libffi-3.0.13-r1.smage2
File size: 555 byte(s)
-disable src_check atm
1 niro 19553 # $Id$
2    
3     PNAME="libffi"
4     PVER="3.0.13"
5     PBUILD="r1"
6    
7     PCAT="dev-libs"
8    
9     DESCRIPTION="A portable, high level programming interface to various calling conventions."
10     HOMEPAGE="http://sourceware.org/${PNAME}/"
11    
12     DEPEND=">= virtual/glibc"
13    
14     SRCFILE="${PNAME}-${PVER}.tar.gz"
15     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
16    
17 niro 19555 msetfeature "!check"
18 niro 19553 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'"