Magellan Linux

Annotation of /trunk/extras/gtk-recordmydesktop/gtk-recordmydesktop-0.3.8-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 11271 - (hide annotations) (download)
Thu Mar 1 13:23:40 2012 UTC (12 years, 3 months ago) by niro
File size: 479 byte(s)
auto added: ver bump to 0.3.8-r2
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    
22     SRC_URI=(
23     sourceforge://recordmydesktop/${SRCFILE}
24     mirror://${PNAME}/${SRCFILE}
25     )