blob: 8696ae62f8ce74cc606337543e332d94fc2b879f (
plain)
1
2
3
4
5
6
7
8
9
10
|
DESCRIPTION = "X autotools macros"
SECTION = "x11/libs"
LICENSE= "Xorg"
#MAINTAINER = ""
SRC_URI = "${XORG_MIRROR}/X11R7.0/src/util/util-macros-${PV}.tar.bz2"
S = "${WORKDIR}/util-macros-${PV}"
inherit native autotools pkgconfig
|