Magellan Linux

Annotation of /smage/branches/alx07x-stable/core/libffi/libffi-3.2-r3.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 11342 - (hide annotations) (download)
Tue Dec 19 12:15:09 2017 UTC (6 years, 5 months ago) by niro
File size: 599 byte(s)
-release branches/alx07x-stable
1 niro 10177 # $Id$
2    
3     PNAME="libffi"
4     PVER="3.2"
5     PBUILD="r3"
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     ALX_PKG_KEEP="usr/$(mlibdir)/*.so.*"
18     msetfeature "!check"
19     sminclude multilib alx-split
20    
21     SRC_URI=(
22     ftp://sourceware.org/pub/${PNAME}/${SRCFILE}
23     mirror://${PNAME}/${SRCFILE}
24     )
25    
26     UP2DATE="updatecmd ftp://sourceware.org/pub/${PNAME}/ | grep -v rc | grep .tar.gz | sed -n 's/.*-\(.*\).tar.gz.*/\1/;$ p'"