Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 13248 - (show annotations) (download)
Tue Sep 11 13:55:18 2012 UTC (11 years, 8 months ago) by niro
File size: 659 byte(s)
-fixed SRCDIR
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}/ac-wrapper-${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 }