2 # Copyright (C) 2006 OpenWrt.org
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
7 include $(TOPDIR
)/rules.mk
12 PKG_SOURCE
:=$(PKG_NAME
)-$(PKG_VERSION
).
tar.bz2
13 PKG_SOURCE_URL
:=@GNU
/automake
14 PKG_MD5SUM
:=c11b8100bb311492d8220378fd8bf9e0
16 include $(INCLUDE_DIR
)/host-build.mk
18 define Build
/Configure
19 $(call Build
/Configure
/Default
,\
20 --datarootdir
=$(STAGING_DIR_HOST
)/share \
25 $(MAKE
) -C
$(PKG_BUILD_DIR
)
29 $(MAKE
) -C
$(PKG_BUILD_DIR
) install
33 $(MAKE
) -C
$(PKG_BUILD_DIR
) uninstall
34 $(MAKE
) -C
$(PKG_BUILD_DIR
) clean
35 $(call Build
/Clean
/Default
)
38 $(eval
$(call HostBuild
))