buildrootschalter/package/mutt/mutt.mk

26 lines
702 B
Makefile
Raw Normal View History

2007-09-02 22:53:38 +02:00
#############################################################
#
# mutt
#
#############################################################
2008-05-11 08:41:33 +02:00
MUTT_VERSION:=1.5.17+20080114
2007-09-02 22:53:38 +02:00
MUTT_SOURCE:=mutt_$(MUTT_VERSION).orig.tar.gz
2008-05-11 08:41:33 +02:00
MUTT_PATCH:=mutt_$(MUTT_VERSION)-1.diff.gz
2007-12-27 13:00:12 +01:00
MUTT_SITE:=$(BR2_DEBIAN_MIRROR)/debian/pool/main/m/mutt/
MUTT_DEPENDENCIES=ncurses
MUTT_CONF_OPT = \
2007-09-02 22:53:38 +02:00
--disable-smtp \
--disable-iconv \
--without-wc-funcs
MUTT_AUTORECONF=YES
2007-09-02 22:53:38 +02:00
define MUTT_APPLY_DEBIAN_PATCHES
if [ -d $(@D)/debian/patches ]; then \
support/scripts/apply-patches.sh $(@D) $(@D)/debian/patches \*.patch; \
fi
endef
2008-05-11 08:41:33 +02:00
MUTT_POST_PATCH_HOOKS += MUTT_APPLY_DEBIAN_PATCHES
2008-05-11 08:41:33 +02:00
$(eval $(call AUTOTARGETS))