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