aboutsummaryrefslogtreecommitdiffstats
path: root/packages/xorg-util/xorg-util-common.inc
blob: 56aae30725d3ffcf2cf727e0ee7b291baa7b8332 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
HOMEPAGE = "http://www.x.org"
SECTION = "x11/utils"
LICENSE = "MIT-X"

XORG_PN = "${PN}"

SRC_URI = "${XORG_MIRROR}/individual/util/${XORG_PN}-${PV}.tar.gz"

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

inherit autotools pkgconfig

do_stage() {
        autotools_stage_all
}