Magellan Linux

Contents of /smage/trunk/core/elfutils/elfutils-0.151-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1099 - (show annotations) (download)
Tue Jan 25 23:53:30 2011 UTC (13 years, 3 months ago) by niro
File size: 776 byte(s)
-fixed sed dependency: sys-apps/sed-4 -> virtual/sed
1 # $Id: elfutils-0.137-r2.smage2 3418 2009-10-21 18:40:09Z niro $
2
3 PNAME="elfutils"
4 PVER="0.151"
5 PBUILD="r1"
6
7 PCATEGORIE="dev-libs"
8 STATE="unstable"
9
10 DESCRIPTION="Utils and libs to handle elf objects."
11 HOMEPAGE="https://fedorahosted.org/elfutils/"
12
13 DEPEND=">= sys-dev/binutils-2.21"
14 SDEPEND=">= virtual/sed"
15
16 SRCFILE="${PNAME}-${PVER}.tar.bz2"
17 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
18
19 sminclude mbuild
20
21 SRC_URI=(
22 https://fedorahosted.org/releases/${PNAME:0:1}/${PNAME:1:1}/${PNAME}/${PVER}/${SRCFILE}
23 mirror://${PNAME}/${SRCFILE}
24 )
25
26 UP2DATE="updatecmd https://fedorahosted.org/releases/${PNAME:0:1}/${PNAME:1:1}/${PNAME}/ | lasttarball gz"
27
28 src_compile()
29 {
30 cd ${SRCDIR}
31
32 mconfigure \
33 --program-prefix="eu-" \
34 --enable-shared \
35 --disable-nls \
36 || die
37
38 mmake || die
39 }