buildrootschalter/package/patch/patch.mk
Thomas Petazzoni 0dae022b7a patch: convert to the autotools infrastructure and bump version
Bumping the version from 2.5.9 to 2.6 allows to avoid adding a patch
(merged upstream) to fix patch's Makefile install target.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2010-04-13 16:55:08 +02:00

12 lines
360 B
Makefile

#############################################################
#
# patch
#
#############################################################
PATCH_VERSION:=2.6
PATCH_SOURCE:=patch_$(PATCH_VERSION).orig.tar.gz
PATCH_SITE:=$(BR2_DEBIAN_MIRROR)/debian/pool/main/p/patch
PATCH_INSTALL_TARGET_OPT=DESTDIR=$(TARGET_DIR) install
$(eval $(call AUTOTARGETS,package,patch))