Magellan Linux

Contents of /branches/R11-stable/extras/diffuse/diffuse-0.4.8-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 22748 - (show annotations) (download)
Tue Oct 28 08:41:23 2014 UTC (9 years, 6 months ago) by niro
File size: 473 byte(s)
-release branches/R11-stable
1 # $Id$
2
3 PNAME="diffuse"
4 PVER="0.4.8"
5 PBUILD="r1"
6
7 PCAT="dev-util"
8
9 DESCRIPTION="Diffuse is a small and simple text merge tool written in Python."
10 HOMEPAGE="http://diffuse.sourceforge.net/index_de.html"
11
12 DEPEND=">= dev-lang/python-2.7
13 >= dev-python/pygtk-2.24"
14
15 SRCFILE="${PNAME}-${PVER}.tar.bz2"
16 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
17
18 sminclude python
19
20 SRC_URI=(
21 sourceforge://${PNAME}/${SRCFILE}
22 mirror://${PNAME}/${SRCFILE}
23 )
24
25 UP2DATE="updatecmd_sourceforge ${PNAME}"