summaryrefslogtreecommitdiff
path: root/package/patch/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-06-25 21:04:37 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2009-06-25 21:04:37 +0200
commitb5b277f51439e52bec1ecdb1f6f1d19a3aed448a (patch)
tree124fcb970c087a739eeb10385fb97fc8287cee9d /package/patch/Makefile
parent975f9ccb8c9a3896941e02c2bca538853adf60df (diff)
add some packages
- add make/patch/rpm and dependencies - update ar7 port a little bit
Diffstat (limited to 'package/patch/Makefile')
-rw-r--r--package/patch/Makefile27
1 files changed, 27 insertions, 0 deletions
diff --git a/package/patch/Makefile b/package/patch/Makefile
new file mode 100644
index 000000000..80a608f0d
--- /dev/null
+++ b/package/patch/Makefile
@@ -0,0 +1,27 @@
+# This file is part of the OpenADK project. OpenADK is copyrighted
+# material, please see the LICENCE file in the top-level directory.
+
+include $(TOPDIR)/rules.mk
+
+PKG_NAME:= patch
+PKG_VERSION:= 2.5.9
+PKG_RELEASE:= 1
+PKG_MD5SUM:= dacfb618082f8d3a2194601193cf8716
+PKG_DESCR:= GNU patch
+PKG_SECTION:= misc
+PKG_URL:= http://www.gnu.org/software/patch
+PKG_SITES:= ${MASTER_SITE_GNU:=patch/}
+
+include $(TOPDIR)/mk/package.mk
+
+$(eval $(call PKG_template,PATCH,patch,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
+
+CONFIGURE_STYLE= gnu
+BUILD_STYLE= auto
+INSTALL_STYLE= auto
+
+post-install:
+ $(INSTALL_DIR) $(IDIR_PATCH)/usr/bin
+ $(INSTALL_BIN) $(WRKINST)/usr/bin/patch $(IDIR_PATCH)/usr/bin
+
+include ${TOPDIR}/mk/pkg-bottom.mk