Magellan Linux

Contents of /branches/R11-unstable/extras/gtk-recordmydesktop/gtk-recordmydesktop-0.3.8-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 25295 - (show annotations) (download)
Tue Nov 25 03:24:10 2014 UTC (9 years, 5 months ago) by niro
File size: 500 byte(s)
-release branches/R11-unstable
1 # $Id$
2
3 PNAME="gtk-recordmydesktop"
4 PVER="0.3.8"
5 PBUILD="r2"
6
7 PCAT="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 msetfeature "!check"
22
23 SRC_URI=(
24 sourceforge://recordmydesktop/${SRCFILE}
25 mirror://${PNAME}/${SRCFILE}
26 )