Magellan Linux

Contents of /smage/trunk/core/libunwind/libunwind-1.4.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 14108 - (show annotations) (download)
Fri Jul 3 11:11:39 2020 UTC (3 years, 9 months ago) by niro
File size: 623 byte(s)
auto added: ver bump to 1.4.0-r1
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"