Magellan Linux

Contents of /trunk/core/libffi/libffi-3.4.4-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 33352 - (show annotations) (download)
Thu Jul 13 07:16:03 2023 UTC (10 months, 3 weeks ago) by niro
File size: 554 byte(s)
-toolchain rebuild
1 # $Id$
2
3 PNAME="libffi"
4 PVER="3.4.4"
5 PBUILD="r2"
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 msetfeature "!check"
18 sminclude multilib mbuild
19
20 SRC_URI=(
21 https://github.com/${PNAME}/${PNAME}/releases/download/v${PVER}/${SRCFILE}
22 mirror://${PNAME}/${SRCFILE}
23 )
24
25 UP2DATE="updatecmd https://github.com/${PNAME}/${PNAME}/releases | highesttarball gz"