]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/xtst/xtst_cvs.bb
strace: apply patch to filter out fake syscall events created by execve() originally...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / xtst / xtst_cvs.bb
1 LICENSE = "GPL"
2 PV = "0.0cvs${CVSDATE}"
3 SECTION = "x11/libs"
4 PRIORITY = "optional"
5 MAINTAINER = "Phil Blundell <pb@handhelds.org>"
6 DEPENDS = "x11 recordext xext"
7 DESCRIPTION = "X Test Extension: client side library"
8 PR = "r4"
9
10 SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xtst"
11 S = "${WORKDIR}/Xtst"
12
13 inherit autotools pkgconfig 
14
15 do_stage() {
16         autotools_stage_all
17 }