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.gz
13 PKG_SOURCE_URL
:=http
://download.savannah.gnu.org
/releases
/$(PKG_NAME
)
14 PKG_MD5SUM
:=d33d2442bd34387260b1c1db3e623af0
16 include $(INCLUDE_DIR
)/host-build.mk
19 $(MAKE
) -C
$(PKG_BUILD_DIR
) SHELL
="$(BASH)"
23 $(MAKE
) -C
$(PKG_BUILD_DIR
) SHELL
="$(BASH)" install
27 rm -f
$(STAGING_DIR_HOST
)/bin
/quilt
30 $(eval
$(call HostBuild
))