Magellan Linux

Contents of /branches/magellan-next/extras/diffuse/diffuse-0.4.6-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 9470 - (show annotations) (download)
Thu Dec 1 18:40:53 2011 UTC (12 years, 6 months ago) by niro
File size: 479 byte(s)
auto added: ver bump to 0.4.6-r1
1 # $Id$
2
3 PNAME="diffuse"
4 PVER="0.4.6"
5 PBUILD="r1"
6
7 PCATEGORIE="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}"