summaryrefslogtreecommitdiff
path: root/packages/patch/patch.inc
diff options
context:
space:
mode:
Diffstat (limited to 'packages/patch/patch.inc')
-rw-r--r--packages/patch/patch.inc12
1 files changed, 12 insertions, 0 deletions
diff --git a/packages/patch/patch.inc b/packages/patch/patch.inc
index e69de29bb2..1cac1732ea 100644
--- a/packages/patch/patch.inc
+++ b/packages/patch/patch.inc
@@ -0,0 +1,12 @@
+DESCRIPTION = "patch takes a patch file containing a difference listing \
+produced by the diff program and applies those differences to one or more \
+original files, producing patched versions."
+LICENSE = "GPL"
+MAINTAINER = "Chris Larson <kergoth@handhelds.org>"
+PRIORITY = "standard"
+SECTION = "utils"
+
+SRC_URI = "${GNU_MIRROR}/patch/patch-${PV}.tar.gz"
+S = "${WORKDIR}/patch-${PV}"
+
+inherit autotools