diff options
| author | Rod Whitby <rod@whitby.id.au> | 2006-12-16 14:33:02 +0000 |
|---|---|---|
| committer | Rod Whitby <rod@whitby.id.au> | 2006-12-16 14:33:02 +0000 |
| commit | 0d24869b9e60403ed1a4ea65c8810277993d652f (patch) | |
| tree | 468b91229c77324300bb05f723d35f81f10989ea /packages/autoconf/autoconf.inc | |
| parent | 1c6f6f4beec9847b371c05470a878d206967dbfe (diff) | |
| parent | b29928b022bd34c6c8e902c0b311b4b69e1d36ec (diff) | |
merge of 08f9f3c30a1b1ea25e0c7b4202cdd720e48e5114
and 1dc3cb42dd289da94a94b160b4169efe060a0364
Diffstat (limited to 'packages/autoconf/autoconf.inc')
| -rw-r--r-- | packages/autoconf/autoconf.inc | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/packages/autoconf/autoconf.inc b/packages/autoconf/autoconf.inc new file mode 100644 index 0000000000..7761af06d7 --- /dev/null +++ b/packages/autoconf/autoconf.inc @@ -0,0 +1,12 @@ +DESCRIPTION = "A package of M4 macros to produce scripts to \ +automatically configure sourcecode." +LICENSE = "GPL" +HOMEPAGE = "http://www.gnu.org/software/autoconf/" +SECTION = "devel" +DEPENDS += "m4-native" +RDEPENDS_${PN} = "m4 gnu-config" + +SRC_URI = "${GNU_MIRROR}/autoconf/autoconf-${PV}.tar.bz2 \ + file://program_prefix.patch;patch=1" + +inherit autotools |
