1DESCRIPTION = "X documentation" 2HOMEPAGE = "http://www.x.org" 3SECTION = "x11/docs" 4LICENSE = "MIT" 5 6DEPENDS = "util-macros-native" 7 8SRC_URI_EXT = "bz2" 9SRC_URI = "${XORG_MIRROR}/individual/doc/${BPN}-${PV}.tar.${SRC_URI_EXT}" 10 11inherit autotools pkgconfig 12 13 14