summaryrefslogtreecommitdiff
path: root/package/patch
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
parent975f9ccb8c9a3896941e02c2bca538853adf60df (diff)
add some packages
- add make/patch/rpm and dependencies - update ar7 port a little bit
Diffstat (limited to 'package/patch')
-rw-r--r--package/patch/Config.in6
-rw-r--r--package/patch/Makefile27
-rw-r--r--package/patch/patches/patch-Makefile_in18
3 files changed, 51 insertions, 0 deletions
diff --git a/package/patch/Config.in b/package/patch/Config.in
new file mode 100644
index 000000000..651abdde9
--- /dev/null
+++ b/package/patch/Config.in
@@ -0,0 +1,6 @@
+config ADK_PACKAGE_PATCH
+ prompt "patch............................. patch"
+ tristate
+ default n
+ help
+ patch
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
diff --git a/package/patch/patches/patch-Makefile_in b/package/patch/patches/patch-Makefile_in
new file mode 100644
index 000000000..eab39b6e8
--- /dev/null
+++ b/package/patch/patches/patch-Makefile_in
@@ -0,0 +1,18 @@
+--- patch-2.5.9.orig/Makefile.in 2003-05-20 18:15:48.000000000 +0200
++++ patch-2.5.9/Makefile.in 2009-06-13 22:52:33.487310060 +0200
+@@ -112,11 +112,11 @@ patch$(EXEEXT): $(OBJS)
+ $(CC) -o $@ $(CFLAGS) $(LDFLAGS) $(OBJS) $(LIBS)
+
+ install:: all installdirs
+- $(INSTALL_PROGRAM) patch$(EXEEXT) $(bindir)/$(patch_name)$(EXEEXT)
+- -$(INSTALL_DATA) $(srcdir)/patch.man $(man1dir)/$(patch_name)$(man1ext)
++ $(INSTALL_PROGRAM) patch$(EXEEXT) $(DESTDIR)/$(bindir)/$(patch_name)$(EXEEXT)
++ -$(INSTALL_DATA) $(srcdir)/patch.man $(DESTDIR)/$(man1dir)/$(patch_name)$(man1ext)
+
+-installdirs::
+- $(SHELL) $(srcdir)/mkinstalldirs $(bindir) $(man1dir)
++installdirs:
++ $(SHELL) $(srcdir)/mkinstalldirs $(DESTDIR)/$(bindir) $(DESTDIR)/$(man1dir)
+
+ install-strip::
+ $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' install