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
:= ff2bf7656c4d1c6fdda3b8bebb21f09153a736bcba169aaf65eab25fa113bf3a
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 DISTFILES
:= automake-
${PKG_VERSION}.
tar.xz
21 WRKDIST
= ${WRKDIR}/automake-
$(PKG_VERSION
)
23 include $(ADK_TOPDIR
)/mk
/host.mk
24 include $(ADK_TOPDIR
)/mk
/package.mk
26 $(eval
$(call HOST_template
,AUTOMAKE16
,automake16
,$(PKG_VERSION
)-$(PKG_RELEASE
)))
27 $(eval
$(call PKG_template
,AUTOMAKE16
,automake16
,$(PKG_VERSION
)-$(PKG_RELEASE
),$(PKG_DEPENDS
),$(PKG_DESCR
),$(PKG_SECTION
)))
29 XAKE_FLAGS
+= PERL
="/usr/bin/perl"
32 $(INSTALL_DIR
) $(IDIR_AUTOMAKE16
)/usr
/bin
33 $(INSTALL_BIN
) $(WRKINST
)/usr
/bin
/automake
$(IDIR_AUTOMAKE16
)/usr
/bin
/automake16
34 $(INSTALL_BIN
) $(WRKINST
)/usr
/bin
/aclocal
$(IDIR_AUTOMAKE16
)/usr
/bin
/aclocal16
35 $(INSTALL_DIR
) $(IDIR_AUTOMAKE16
)/usr
/share
/aclocal-
$(PKG_EXTRAVER
)
36 $(CP
) $(WRKINST
)/usr
/share
/aclocal-
$(PKG_EXTRAVER
) \
37 $(IDIR_AUTOMAKE16
)/usr
/share
38 $(INSTALL_DIR
) $(IDIR_AUTOMAKE16
)/usr
/share
/automake-
$(PKG_EXTRAVER
)
39 $(CP
) $(WRKINST
)/usr
/share
/automake-
$(PKG_EXTRAVER
) \
40 $(IDIR_AUTOMAKE16
)/usr
/share
42 include $(ADK_TOPDIR
)/mk
/host-bottom.mk
43 include $(ADK_TOPDIR
)/mk
/pkg-bottom.mk