Magellan Linux

Contents of /smage/trunk/extras/automake15/automake15-1.5-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3 - (show annotations) (download)
Sun Jan 11 00:48:53 2009 UTC (15 years, 4 months ago) by niro
File size: 1607 byte(s)
-import alx-0.9.0
1 # $Header: /alx-cvs/smage-eglibc/automake15/automake15-1.5-r2.smage2,v 1.1 2008/02/27 10:14:26 niro Exp $
2
3 PNAME="automake15"
4 PVER="1.5"
5 PBUILD="r2"
6
7 PCATEGORIE="sys-dev"
8 STATE="unstable"
9
10 DESCRIPTION="Used to generate Makefile.in from Makefile.am."
11 HOMEPAGE="http://www.gnu.org/software/automake/automake.html"
12
13 DEPEND=">= dev-lang/perl-5
14 >= sys-dev/autoconf-3"
15
16 SDEPEND=">= sys-apps/sed-4"
17
18 SRCFILE="automake-${PVER}.tar.gz"
19 SRCDIR="${BUILDDIR}/automake-${PVER}"
20
21 sminclude mtools alx
22
23 SRC_URI=(
24 gnu://automake/${SRCFILE}
25 mirror://automake/${SRCFILE}
26 mirror://automake/automake-${PVER}-target_hook.patch
27 mirror://automake/automake-${PVER}-slot.patch
28 )
29
30 src_prepare()
31 {
32 munpack ${SRCFILE} || die
33 cd ${SRCDIR}
34
35 mpatch automake-${PVER}-target_hook.patch || die
36 mpatch automake-${PVER}-slot.patch || die
37
38 sed -i \
39 -e "/^@setfilename/s|automake|automake${PVER:0:3}|" \
40 -e "s|automake: (automake)|automake v${PVER:0:3}: (automake${PVER:0:3})|" \
41 -e "s|aclocal: (automake)|aclocal v${PVER:0:3}: (automake${PVER:0:3})|" \
42 automake.texi || die
43 }
44
45 src_compile()
46 {
47 cd ${SRCDIR}
48
49 # stupid configure script goes and run autoconf in a subdir,
50 # so 'ac-wrapper.pl' do not detect that it should use
51 # autoconf-2.5x
52 export WANT_AUTOCONF=2.5
53
54 mconfigure || die
55 mmake || die
56 }
57
58 src_install()
59 {
60 cd ${SRCDIR}
61
62 make DESTDIR=${BINDIR} install || die
63
64 local i
65 for i in aclocal automake
66 do
67 mv ${BINDIR}/usr/bin/${i}{,-${PVER:0:3}} || die
68 mv ${BINDIR}/usr/share/${i}{,-${PVER:0:3}} || die
69 done
70
71 minstallinfo *.info || die
72 minstalldocs COPYING NEWS README THANKS TODO AUTHORS ChangeLog || die
73 }

Properties

Name Value
svn:keywords Id