aboutsummaryrefslogtreecommitdiffstats
path: root/packages/xlibs/libxtst_1.0.1.bb
blob: 89c7b6607a46047ff6fc2815a84cec73e8780250 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
DESCRIPTION = "X Test Extension: client side library"
SECTION = "x11/libs"
PRIORITY = "optional"
#MAINTAINER = ""
LICENSE = "GPL"

DEPENDS = "libx11 libxext recordproto xextproto inputproto"
PROVIDES = "xtst"

SRC_URI = "${XORG_MIRROR}/X11R7.0/src/lib/libXtst-${PV}.tar.bz2"
S = "${WORKDIR}/libXtst-${PV}"

inherit autotools pkgconfig

do_stage() {
	autotools_stage_all
}