Magellan Linux

Annotation of /branches/R11-stable/extras/gtk-recordmydesktop/gtk-recordmydesktop-0.3.8-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 15162 - (hide annotations) (download)
Wed Jan 2 10:52:01 2013 UTC (11 years, 5 months ago) by niro
File size: 500 byte(s)
-release branches/R11-stable
1 niro 11271 # $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 niro 11272 msetfeature "!check"
22 niro 11271
23     SRC_URI=(
24     sourceforge://recordmydesktop/${SRCFILE}
25     mirror://${PNAME}/${SRCFILE}
26     )