Magellan Linux

Contents of /smage/trunk/extras/automake/automake-3-r3.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3 - (show annotations) (download)
Sun Jan 11 00:48:53 2009 UTC (15 years, 3 months ago) by niro
File size: 976 byte(s)
-import alx-0.9.0
1 # $Header: /alx-cvs/smage-eglibc/automake/automake-3-r3.smage2,v 1.1 2008/02/27 10:13:58 niro Exp $
2
3 PNAME="automake"
4 PVER="3"
5 PBUILD="r3"
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 alx
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