Magellan Linux

Contents of /smage/branches/alx-0_6_0/core/elfutils/elfutils-0.151-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2506 - (show annotations) (download)
Thu Jun 30 13:55:15 2011 UTC (12 years, 11 months ago) by niro
File size: 759 byte(s)
-removed STATE variable from smage files, use global distribution file for package/distribution states
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
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 }