Magellan Linux

Contents of /branches/R11-stable/extras/diffstat/diffstat-1.59-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 21710 - (show annotations) (download)
Mon Jul 21 09:36:36 2014 UTC (9 years, 9 months ago) by niro
File size: 707 byte(s)
-release branches/R11-stable
1 # $Id$
2
3 PNAME="diffstat"
4 PVER="1.59"
5 PBUILD="r1"
6
7 PCAT="dev-util"
8
9 DESCRIPTION="diffstat reads the output of diff and displays a histogram of the insertions, deletions, and modifications per-file."
10 HOMEPAGE="http://invisible-island.net/diffstat/diffstat.html"
11
12 DEPEND=">= sys-apps/diffutils-3"
13
14 SRCFILE="${PNAME}-${PVER}.tgz"
15 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
16
17 sminclude mbuild
18
19 SRC_URI=(
20 ftp://invisible-island.net/${PNAME}/${SRCFILE}
21 mirror://${PNAME}/${SRCFILE}
22 mirror://${PNAME}/${PNAME}-1.45-hard-locale.patch
23 )
24
25 UP2DATE="updatecmd ftp://invisible-island.net/${PNAME} | lasttarball tgz"
26
27 src_prepare()
28 {
29 munpack ${SRCFILE} || die
30 cd ${SRCDIR}
31
32 mpatch ${PNAME}-1.45-hard-locale.patch || die
33 }