Magellan Linux

Contents of /smage/trunk/core/libunwind/libunwind-1.1-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 10248 - (show annotations) (download)
Thu Aug 17 08:46:41 2017 UTC (6 years, 8 months ago) by niro
File size: 528 byte(s)
auto added: ver bump to 1.1-r2
1 # $Id$
2
3 PNAME="libunwind"
4 PVER="1.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 sminclude mbuild alx-split
20
21 SRC_URI=(
22 http://download.savannah.gnu.org/releases/${PNAME}/${SRCFILE}
23 mirror://${PNAME}/${SRCFILE}
24 )