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

#DEPENDS = ""
XORG_PN = "${PN}"
SRC_URI = "${XORG_MIRROR}/${@bb.data.getVar('PV', d, 1)[0:7]}/src/util/${XORG_PN}-${PV}.tar.bz2"
S = "${WORKDIR}/${XORG_PN}-${PV}"

inherit autotools pkgconfig

do_stage() {
	autotools_stage_all
}