summaryrefslogtreecommitdiff
path: root/package/bash/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/bash/Makefile')
-rw-r--r--package/bash/Makefile27
1 files changed, 27 insertions, 0 deletions
diff --git a/package/bash/Makefile b/package/bash/Makefile
new file mode 100644
index 000000000..3b348d753
--- /dev/null
+++ b/package/bash/Makefile
@@ -0,0 +1,27 @@
+# $Id$
+#-
+# 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:= bash
+PKG_VERSION:= 4.0
+PKG_RELEASE:= 1
+PKG_MD5SUM:= a90a1b5a6db4838483f05438e05e8eb9
+MASTER_SITES:= http://ftp.gnu.org/gnu/bash/
+
+include $(TOPDIR)/mk/package.mk
+
+$(eval $(call PKG_template,BASH,bash,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH)))
+
+XAKE_FLAGS+= LIBS_FOR_BUILD=''
+CONFIGURE_STYLE= gnu
+BUILD_STYLE= auto
+INSTALL_STYLE= auto
+
+post-install:
+ $(INSTALL_DIR) $(IDIR_BASH)/bin
+ $(INSTALL_BIN) $(WRKINST)/usr/bin/bash $(IDIR_BASH)/bin/
+
+include ${TOPDIR}/mk/pkg-bottom.mk