Magellan Linux

Contents of /trunk/core/automake/automake-3-r4.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 103 - (show annotations) (download)
Tue Oct 14 10:20:57 2008 UTC (15 years, 6 months ago) by niro
File size: 970 byte(s)
-rev bump to 3-r4
1 # $Header: /magellan-cvs/smage/automake/automake-3-r3.smage2,v 1.1 2008/02/09 14:09:27 niro Exp $
2
3 PNAME="automake"
4 PVER="3"
5 PBUILD="r4"
6
7 PCATEGORIE="sys-dev"
8 STATE="unstable"
9
10 DESCRIPTION="Wrapper for automake to utilize serveral versions."
11 HOMEPAGE="http://gentoo.org"
12
13 DEPEND=">= sys-dev/autoconf-4
14 >= sys-dev/automake14-1.4
15 >= sys-dev/automake15-1.5
16 >= sys-dev/automake16-1.6.3
17 >= sys-dev/automake17-1.7.9
18 >= sys-dev/automake18-1.8.5
19 >= sys-dev/automake19-1.9.6
20 >= sys-dev/automake110-1.10"
21
22 SRCFILE="am-wrapper-${PVER}.sh"
23 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
24
25 sminclude mtools
26
27 SRC_URI=( mirror://${PNAME}/${SRCFILE} )
28
29 src_install()
30 {
31 # needed directories
32 minstalldir /usr/bin || die
33 minstalldir /usr/$(mlibdir)/misc || die
34
35 # install wrapper
36 minstallexec -s ${SRCFILE} /usr/$(mlibdir)/misc/am-wrapper.sh || die
37
38 # install proper symlinks
39 local i
40 for i in aclocal automake
41 do
42 mlink ../$(mlibdir)/misc/am-wrapper.sh /usr/bin/${i} || die
43 done
44 }

Properties

Name Value
svn:keywords Id