Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 5964 - (hide annotations) (download)
Tue Aug 17 19:56:10 2010 UTC (13 years, 9 months ago) by niro
File size: 545 byte(s)
auto added: ver bump to 3.0-r1
1 niro 5963 # $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 niro 5964 sminclude mbuild
20    
21 niro 5963 SRC_URI=(
22     gnu://${PNAME}/${SRCFILE}
23     mirror://${PNAME}/${SRCFILE}
24     )
25    
26     UP2DATE="updatecmd_gnu ${PNAME} gz"
27    
28     src_compile()
29     {
30     cd ${SRCDIR}
31     mconfigure --enable-nls || die
32     mmake || die
33     }