blob: b169d9ef587a5db32f0d3d6889791207fe251e34 (
plain)
1
2
3
4
5
6
7
8
9
|
HOMEPAGE = "http://www.x.org"
SECTION = "x11/utils"
LICENSE = "MIT-X"
SRC_URI = "${XORG_MIRROR}/individual/util/${BPN}-${PV}.tar.gz;name=archive"
S = "${WORKDIR}/${BPN}-${PV}"
inherit autotools pkgconfig
|