blob: 2b5df70be7fa7e47e877b9c2d19a177fea45fff8 [file] [log] [blame]
Matthew Barth734c06d2016-08-04 16:52:12 -05001SUMMARY = "A collection of macros for GNU Autoconf"
2DESCRIPTION = "The autoconf-archive set of macros extend the pre-defined \
3capabilities within the complete autoconf tool set."
4LICENSE = "GPLv3"
5HOMEPAGE = "http://www.gnu.org/software/autoconf-archive/"
6SECTION = "devel"
7DEPENDS += "m4-native"
8DEPENDS_class-native = "m4-native gnu-config-native"
9DEPENDS_class-nativesdk = "m4-nativesdk gnu-config-nativesdk"
10RDEPENDS_${PN} = "m4 gnu-config"
11RDEPENDS_${PN}_class-native = "m4-native gnu-config-native"
12RDEPENDS_${PN}_class-nativesdk = "m4-nativesdk gnu-config-nativesdk"
13
14SRC_URI = "${GNU_MIRROR}/${BPN}/${BPN}-${PV}.tar.xz"
15
16inherit autotools