Magellan Linux

Contents of /branches/magellan-next/extras/diffstat/diffstat-1.54-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 7292 - (show annotations) (download)
Wed Oct 13 12:15:19 2010 UTC (13 years, 7 months ago) by niro
File size: 787 byte(s)
auto added: ver bump to 1.54-r1
1 # $Id: diffstat-1.51-r1.smage2 4271 2009-12-01 14:15:09Z niro $
2
3 PNAME="diffstat"
4 PVER="1.54"
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}-1.45-hard-locale.patch
24 )
25
26 UP2DATE="updatecmd ftp://invisible-island.net/${PNAME} | lasttarball tgz"
27
28 src_prepare()
29 {
30 munpack ${SRCFILE} || die
31 cd ${SRCDIR}
32
33 mpatch ${PNAME}-1.45-hard-locale.patch || die
34 }