buildrootschalter/package/setserial/setserial.mk

23 lines
785 B
Makefile
Raw Normal View History

2007-02-06 10:04:44 +01:00
#############################################################
#
# Setserial
#
#############################################################
SETSERIAL_VERSION = 2.17
SETSERIAL_PATCH = setserial_2.17-45.2.diff.gz
SETSERIAL_SOURCE = setserial_$(SETSERIAL_VERSION).orig.tar.gz
SETSERIAL_SITE = $(BR2_DEBIAN_MIRROR)/debian/pool/main/s/setserial/
2007-02-06 10:04:44 +01:00
define SETSERIAL_APPLY_DEBIAN_PATCHES
# Touching gorhack.h is needed for the Debian patch 18 to work
if [ -d $(@D)/debian/patches ]; then \
touch $(@D)/gorhack.h; \
rm $(@D)/debian/patches/01_makefile.dpatch; \
support/scripts/apply-patches.sh $(@D) $(@D)/debian/patches *.dpatch; \
2007-02-06 10:04:44 +01:00
fi
endef
2007-02-06 10:04:44 +01:00
SETSERIAL_POST_PATCH_HOOKS += SETSERIAL_APPLY_DEBIAN_PATCHES
2008-12-21 16:34:38 +01:00
$(eval $(autotools-package))