Magellan Linux

Diff of /trunk/core/attr/attr-2.4.43-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3089 by niro, Tue Oct 13 12:26:32 2009 UTC revision 3090 by niro, Tue Oct 13 12:27:30 2009 UTC
# Line 45  src_prepare() Line 45  src_prepare()
45    
46   # libtool will clobber install-sh which is really a custom file   # libtool will clobber install-sh which is really a custom file
47   mv install-sh attr.install-sh || die   mv install-sh attr.install-sh || die
  mlibtoolize || die  
48   autoreconf --install --force --verbose || die   autoreconf --install --force --verbose || die
49   mv attr.install-sh install-sh || die   mv attr.install-sh install-sh || die
50  }  }
# Line 64  src_compile() Line 63  src_compile()
63   --enable-gettext \   --enable-gettext \
64   || die   || die
65    
66   mmake || die   mmake LIBTOOL=$PWD/libtool || die
67  }  }
68    
69  src_install()  src_install()
70  {  {
71   cd ${SRCDIR}   cd ${SRCDIR}
72   mmake DIST_ROOT=${BINDIR} install install-dev install-lib || die   mmake LIBTOOL=$PWD/libtool DIST_ROOT=${BINDIR} install install-dev install-lib || die
73   minstalldocs README VERSION doc/{CHANGES,COPYING} || die   minstalldocs README VERSION doc/{CHANGES,COPYING} || die
74    
75   # provided by man-pages   # provided by man-pages

Legend:
Removed from v.3089  
changed lines
  Added in v.3090