blob: 198921116d7c23ae264dc3e6bc5f26f2bc42c4ce (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
HOMEPAGE = "http://www.x.org"
BUGTRACKER = "https://bugs.freedesktop.org/enter_bug.cgi?product=xorg"
SECTION = "x11/utils"
LICENSE = "MIT"
XORG_PN = "${BPN}"
SRC_URI = "${XORG_MIRROR}/individual/util/${XORG_PN}-${PV}.tar.gz"
S = "${UNPACKDIR}/${XORG_PN}-${PV}"
inherit autotools pkgconfig
|