Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 11269 - (hide annotations) (download)
Thu Mar 1 12:59:56 2012 UTC (12 years, 3 months ago) by niro
File size: 534 byte(s)
-no check target in Makefile
1 niro 11256 # $Id$
2    
3     PNAME="qt4-recordmydesktop"
4     PVER="0.3.8"
5     PBUILD="r2"
6    
7     PCAT="media-video"
8    
9     DESCRIPTION="QT4 interface for recordmydesktop."
10     HOMEPAGE="http://recordmydesktop.iovar.org/"
11    
12     DEPEND=">= x11-libs/qt4-core-4.8
13     >= x11-libs/qt4-gui-4.8
14     >= dev-python/pyqt4-4.8
15     >= media-video/recordmydesktop-${PVER}
16     >= x11-apps/xwininfo-1.1"
17    
18     SRCFILE="${PNAME/4/}-${PVER}.tar.gz"
19     SRCDIR="${BUILDDIR}/${PNAME/4/}-${PVER}"
20    
21     sminclude qt4 mbuild
22 niro 11269 msetfeature "!check"
23 niro 11256
24     SRC_URI=(
25     sourceforge://recordmydesktop/${SRCFILE}
26     mirror://${PNAME}/${SRCFILE}
27     )