Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 1 | HOMEPAGE = "http://www.x.org" |
2 | BUGTRACKER = "https://bugs.freedesktop.org/enter_bug.cgi?product=xorg" | ||||
3 | |||||
4 | SECTION = "x11/utils" | ||||
5 | LICENSE = "MIT-X" | ||||
6 | |||||
7 | XORG_PN = "${BPN}" | ||||
8 | |||||
9 | SRC_URI = "${XORG_MIRROR}/individual/util/${XORG_PN}-${PV}.tar.gz" | ||||
10 | |||||
11 | S = "${WORKDIR}/${XORG_PN}-${PV}" | ||||
12 | |||||
13 | inherit autotools pkgconfig |