Magellan Linux

Contents of /trunk/core/autoconf/autoconf-10-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 13247 - (show annotations) (download)
Tue Sep 11 13:54:32 2012 UTC (12 years ago) by niro
File size: 657 byte(s)
auto added: ver bump to 10-r1
1 # $Id$
2
3 PNAME="autoconf"
4 PVER="10"
5 PBUILD="r1"
6
7 PCAT="sys-dev"
8
9 DESCRIPTION="Wrapper for autoconf to utilize serveral versions."
10 HOMEPAGE="http://gentoo.org"
11
12 DEPEND=">= sys-dev/autoconf21-2.13
13 >= sys-dev/autoconf25-2.59
14 >= sys-dev/autoconf26-2.69"
15
16 SRCFILE="ac-wrapper-${PVER}.tar.bz2"
17 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
18
19 sminclude mbuild
20
21 SRC_URI=( mirror://${PNAME}/${SRCFILE})
22
23 preinstall()
24 {
25 # remove these to make sure symlinks install properly if
26 # old versions were binaries
27 for x in autoconf autoheader autoreconf autoscan autoupdate ifnames autom4te
28 do
29 if [ -e ${MROOT}/usr/bin/${x} ]
30 then
31 rm -f ${MROOT}/usr/bin/${x}
32 fi
33 done
34 }