aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xorg-proto/xorg-proto-common.inc
blob: 1ab4ad91d15e9093206372e0afe624a6bf3d3d39 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
DESCRIPTION = "X protocol headers: ${XORG_PN}"
HOMEPAGE = "http://www.x.org"
SECTION = "x11/libs"
LICENSE = "MIT-X"

DEPENDS = "util-macros"

XORG_PN = "${PN}"

ALLOW_EMPTY = "1"

SRC_URI = "${XORG_MIRROR}/individual/proto/${XORG_PN}-${PV}.tar.bz2"

S = "${WORKDIR}/${XORG_PN}-${PV}"

inherit autotools pkgconfig

do_stage() {
        autotools_stage_all
}