Magellan Linux

Contents of /smage/branches/alx07x-stable/core/libunwind/libunwind-1.4.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 15037 - (show annotations) (download)
Thu Aug 6 13:05:48 2020 UTC (3 years, 8 months ago) by niro
File size: 623 byte(s)
-release branches/alx07x-stable
1 # $Id$
2
3 PNAME="libunwind"
4 PVER="1.4.0"
5 PBUILD="r1"
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 sminclude mbuild alx-split
20
21 SRC_URI=(
22 http://download.savannah.gnu.org/releases/${PNAME}/${SRCFILE}
23 mirror://${PNAME}/${SRCFILE}
24 )
25
26 UP2DATE="updatecmd http://download.savannah.gnu.org/releases/${PNAME}/ | highesttarball gz"