Magellan Linux

Contents of /branches/magellan-next/core/diffutils/diffutils-3.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 5963 - (show annotations) (download)
Tue Aug 17 19:54:54 2010 UTC (13 years, 9 months ago) by niro
File size: 671 byte(s)
auto added: ver bump to 3.0-r1
1 # $Id$
2
3 PNAME="diffutils"
4 PVER="3.0"
5 PBUILD="r1"
6
7 PCATEGORIE="sys-apps"
8 STATE="unstable"
9
10 DESCRIPTION="Tools to make diffs and compare files."
11 HOMEPAGE="http://www.gnu.org/software/diffutils/diffutils.html"
12
13 DEPEND=">= virtual/glibc"
14 SDEPEND=">= sys-dev/gettext-0.18"
15
16 SRCFILE="${PNAME}-${PVER}.tar.gz"
17 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
18
19 SRC_URI=(
20 gnu://${PNAME}/${SRCFILE}
21 mirror://${PNAME}/${SRCFILE}
22 )
23
24 UP2DATE="updatecmd_gnu ${PNAME} gz"
25
26
27 src_compile()
28 {
29 cd ${SRCDIR}
30 mconfigure --enable-nls || die
31 mmake || die
32 }
33
34 src_install()
35 {
36 cd ${SRCDIR}
37 make DESTDIR=${BINDIR} install || die
38 minstalldocs ABOUT-NLS AUTHORS COPYING NEWS README THANKS TODO || die
39 }