Magellan Linux

Annotation of /branches/R11-unstable/extras/libunwind/libunwind-1.2.1-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 29589 - (hide annotations) (download)
Wed Jul 5 07:42:57 2017 UTC (6 years, 10 months ago) by niro
Original Path: trunk/extras/libunwind/libunwind-1.2.1-r2.smage2
File size: 646 byte(s)
-emul linux32
1 niro 29588 # $Id$
2    
3     PNAME="libunwind"
4     PVER="1.2.1"
5     PBUILD="r2"
6    
7     PCAT="sys-libs"
8    
9     DESCRIPTION="Portable and efficient API to determine the call-chain of a program."
10     HOMEPAGE="http://www.nongnu.org/libunwind/"
11    
12     DEPEND=">= virtual/glibc
13     >= virtual/xz-utils"
14    
15     SRCFILE="${PNAME}-${PVER}.tar.gz"
16     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
17    
18     msetfeature "!check" # make check always fail and upstream hasn't fixed it yet
19 niro 29589 EMUL_LINUX_32="true"
20 niro 29588 sminclude mbuild multilib
21    
22     SRC_URI=(
23     http://download.savannah.gnu.org/releases/${PNAME}/${SRCFILE}
24     mirror://${PNAME}/${SRCFILE}
25     )
26    
27     UP2DATE="updatecmd http://download.savannah.nongnu.org/releases/${PNAME}/ | highesttarball gz"