Magellan Linux

Contents of /trunk/extras/diffstat/diffstat-1.45-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2 - (show annotations) (download)
Fri Oct 10 13:29:42 2008 UTC (15 years, 7 months ago) by niro
File size: 755 byte(s)
import repo
1 # $Header: /magellan-cvs/smage/diffstat/diffstat-1.45-r1.smage2,v 1.1 2008/03/24 02:06:20 niro Exp $
2
3 PNAME="diffstat"
4 PVER="1.45"
5 PBUILD="r1"
6
7 PCATEGORIE="dev-util"
8 STATE="unstable"
9
10 DESCRIPTION="diffstat reads the output of diff and displays a histogram of the insertions, deletions, and modifications per-file."
11 HOMEPAGE="http://invisible-island.net/diffstat/diffstat.html"
12
13 DEPEND=">= sys-apps/diffutils-2"
14
15 SRCFILE="${PNAME}-${PVER}.tgz"
16 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
17
18 sminclude mbuild
19
20 SRC_URI=(
21 ftp://invisible-island.net/${PNAME}/${SRCFILE}
22 mirror://${PNAME}/${SRCFILE}
23 mirror://${PNAME}/${PNAME}-${PVER}-hard-locale.patch
24 )
25
26 src_prepare()
27 {
28 munpack ${SRCFILE} || die
29 cd ${SRCDIR}
30
31 mpatch ${PNAME}-${PVER}-hard-locale.patch || die
32 }

Properties

Name Value
svn:keywords Id