Magellan Linux

Annotation of /smage/trunk/core/diffutils/diffutils-3.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 706 - (hide annotations) (download)
Thu Oct 21 15:06:05 2010 UTC (13 years, 6 months ago) by niro
File size: 584 byte(s)
-mcore
1 niro 705 # $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 706 MCORE_ONLY_KEEP="usr/bin"
20     sminclude mbuild mcore-split
21 niro 705
22     SRC_URI=(
23     gnu://${PNAME}/${SRCFILE}
24     mirror://${PNAME}/${SRCFILE}
25     )
26    
27     UP2DATE="updatecmd_gnu ${PNAME} gz"
28    
29     src_compile()
30     {
31     cd ${SRCDIR}
32 niro 706 mconfigure --disable-nls || die
33 niro 705 mmake || die
34     }