PKG_LICENSE = GPLv2+
PKG_SUMMARY = Utility for modifying/upgrading files.
+PKG_BUILD_DEPS+= autoconf
+
define PKG_DESCRIPTION
The patch program applies diff files to originals. The diff \
command is used to compare an original to a changed file.\
# Installation Details
###############################################################################
+define STAGE_PREPARE_CMDS
+ cd $(DIR_APP) && autoreconf --force
+endef
+
define STAGE_INSTALL
cd $(DIR_APP) && make install prefix=$(BUILDROOT)/usr
endef