diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-11-29 16:06:00 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-11-29 16:06:00 +0100 |
commit | 8e8512391c668fc7074f812f15eabe8f176fb01e (patch) | |
tree | f9f0862dd6eb962fe3fc4803180b431843f6c5be /package/autoconf | |
parent | c491653a1f9574a42965025805d472c3d145f699 (diff) | |
parent | ae3d4616ed9c19a29d656193254657f93d612fa2 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/autoconf')
-rw-r--r-- | package/autoconf/Makefile | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/package/autoconf/Makefile b/package/autoconf/Makefile index dbc662e94..6813142bb 100644 --- a/package/autoconf/Makefile +++ b/package/autoconf/Makefile @@ -4,21 +4,24 @@ include ${TOPDIR}/rules.mk PKG_NAME:= autoconf -PKG_VERSION:= 2.68 +PKG_VERSION:= 2.69 PKG_RELEASE:= 1 -PKG_MD5SUM:= c3b5247592ce694f7097873aa07d66fe +PKG_MD5SUM:= 82d05e03b93e45f5a39b828dc9c6c29b PKG_DESCR:= GNU autoconf PKG_SECTION:= lang +PKG_BUILDDEP:= m4-host autoconf-host PKG_URL:= http://www.gnu.org/software/autoconf/ PKG_SITES:= ${MASTER_SITE_GNU:=autoconf/} PKG_OPTS:= noscripts +include ${TOPDIR}/mk/host.mk include ${TOPDIR}/mk/package.mk +$(eval $(call HOST_template,AUTOCONF,autoconf,${PKG_VERSION}-${PKG_RELEASE})) $(eval $(call PKG_template,AUTOCONF,autoconf,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION},${PKG_OPTS})) -XAKE_FLAGS+= PERL="/usr/bin/perl" \ - M4="m4" +HOST_STYLE:= auto +XAKE_FLAGS+= PERL="/usr/bin/perl" autoconf-install: ${INSTALL_DIR} ${IDIR_AUTOCONF}/usr/bin @@ -27,4 +30,5 @@ autoconf-install: ${CP} ${WRKINST}/usr/share/autoconf/* \ ${IDIR_AUTOCONF}/usr/share/autoconf +include ${TOPDIR}/mk/host-bottom.mk include ${TOPDIR}/mk/pkg-bottom.mk |