1 # This file is part of the OpenADK project. OpenADK is copyrighted
2 # material, please see the LICENCE file in the top-level directory.
4 include $(ADK_TOPDIR
)/rules.mk
10 PKG_HASH
:= af6ba39142220687c500f79b4aa2f181d9b24e4f8d8ec497cea4ba26c64bedaf
11 PKG_DESCR
:= tool for automatically generating makefiles
12 PKG_SECTION
:= dev
/tools
13 PKG_BUILDDEP
:= m4-host autoconf-host autoconf
14 HOST_BUILDDEP
:= autoconf-host
15 PKG_URL
:= http
://www.gnu.org
/software
/automake
/
16 PKG_SITES
:= $(MASTER_SITE_GNU
:=automake
/)
19 include $(ADK_TOPDIR
)/mk
/host.mk
20 include $(ADK_TOPDIR
)/mk
/package.mk
22 $(eval
$(call HOST_template
,AUTOMAKE
,automake
,$(PKG_VERSION
)-$(PKG_RELEASE
)))
23 $(eval
$(call PKG_template
,AUTOMAKE
,automake
,$(PKG_VERSION
)-$(PKG_RELEASE
),$(PKG_DEPENDS
),$(PKG_DESCR
),$(PKG_SECTION
),$(PKG_OPTS
)))
25 XAKE_FLAGS
+= PERL
="/usr/bin/perl"
28 $(INSTALL_DIR
) $(IDIR_AUTOMAKE
)/usr
/bin
29 $(INSTALL_BIN
) $(WRKINST
)/usr
/bin
/automake
$(IDIR_AUTOMAKE
)/usr
/bin
30 $(INSTALL_BIN
) $(WRKINST
)/usr
/bin
/aclocal
$(IDIR_AUTOMAKE
)/usr
/bin
31 $(INSTALL_DIR
) $(IDIR_AUTOMAKE
)/usr
/share
/aclocal-
$(PKG_EXTRAVER
)
32 $(CP
) $(WRKINST
)/usr
/share
/aclocal-
$(PKG_EXTRAVER
) \
33 $(IDIR_AUTOMAKE
)/usr
/share
34 $(INSTALL_DIR
) $(IDIR_AUTOMAKE
)/usr
/share
/automake-
$(PKG_EXTRAVER
)
35 $(CP
) $(WRKINST
)/usr
/share
/automake-
$(PKG_EXTRAVER
) \
36 $(IDIR_AUTOMAKE
)/usr
/share
38 include $(ADK_TOPDIR
)/mk
/host-bottom.mk
39 include $(ADK_TOPDIR
)/mk
/pkg-bottom.mk