Magellan Linux

Contents of /branches/magellan-next/extras/gtk-recordmydesktop/gtk-recordmydesktop-0.3.8-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 9485 - (show annotations) (download)
Fri Dec 2 10:38:45 2011 UTC (12 years, 6 months ago) by niro
File size: 485 byte(s)
auto added: ver bump to 0.3.8-r1
1 # $Id$
2
3 PNAME="gtk-recordmydesktop"
4 PVER="0.3.8"
5 PBUILD="r1"
6
7 PCATEGORIE="media-video"
8
9 DESCRIPTION="Gtk2+ interface for recordmydesktop."
10 HOMEPAGE="http://recordmydesktop.iovar.org/"
11
12 DEPEND=">= x11-libs/gtk2+-2.24
13 >= dev-python/pygtk-2.24
14 >= media-video/recordmydesktop-${PVER}
15 >= x11-apps/xwininfo-1.1"
16
17 SRCFILE="${PNAME}-${PVER}.tar.gz"
18 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
19
20 sminclude mbuild
21
22 SRC_URI=(
23 sourceforge://recordmydesktop/${SRCFILE}
24 mirror://${PNAME}/${SRCFILE}
25 )