Magellan Linux

Annotation of /smage/trunk/core/elfutils/elfutils-0.152-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1732 - (hide annotations) (download)
Thu Sep 15 23:48:03 2011 UTC (12 years, 8 months ago) by niro
File size: 701 byte(s)
auto added: ver bump to 0.152-r1
1 niro 1732 # $Id$
2    
3     PNAME="elfutils"
4     PVER="0.152"
5     PBUILD="r1"
6    
7     PCATEGORIE="dev-libs"
8    
9     DESCRIPTION="Utils and libs to handle elf objects."
10     HOMEPAGE="https://fedorahosted.org/elfutils/"
11    
12     DEPEND=">= sys-dev/binutils-2.21"
13     SDEPEND=">= virtual/sed"
14    
15     SRCFILE="${PNAME}-${PVER}.tar.bz2"
16     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
17    
18     sminclude mbuild
19    
20     SRC_URI=(
21     https://fedorahosted.org/releases/${PNAME:0:1}/${PNAME:1:1}/${PNAME}/${PVER}/${SRCFILE}
22     mirror://${PNAME}/${SRCFILE}
23     )
24    
25     UP2DATE="updatecmd https://fedorahosted.org/releases/${PNAME:0:1}/${PNAME:1:1}/${PNAME}/ | lasttarball gz"
26    
27     src_compile()
28     {
29     cd ${SRCDIR}
30    
31     mconfigure \
32     --program-prefix="eu-" \
33     --enable-shared \
34     --disable-nls \
35     || die
36    
37     mmake || die
38     }