From 219a6dab8995aad9ac4860cc1a84d6f3509a03a4 Mon Sep 17 00:00:00 2001 From: wbx <wbx@hydrogenium.(none)> Date: Sun, 17 May 2009 14:41:34 +0200 Subject: Initial import --- package/bash/Config.in | 8 ++++++++ package/bash/Makefile | 27 +++++++++++++++++++++++++++ package/bash/ipkg/bash.control | 4 ++++ 3 files changed, 39 insertions(+) create mode 100644 package/bash/Config.in create mode 100644 package/bash/Makefile create mode 100644 package/bash/ipkg/bash.control (limited to 'package/bash') diff --git a/package/bash/Config.in b/package/bash/Config.in new file mode 100644 index 000000000..db966be01 --- /dev/null +++ b/package/bash/Config.in @@ -0,0 +1,8 @@ +config ADK_PACKAGE_BASH + prompt "bash.............................. GNU Bourne-Again SHell" + tristate + default n + help + GNU Bourne-Again SHell + + http://www.gnu.org/software/bash/ 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 diff --git a/package/bash/ipkg/bash.control b/package/bash/ipkg/bash.control new file mode 100644 index 000000000..46acdcdbc --- /dev/null +++ b/package/bash/ipkg/bash.control @@ -0,0 +1,4 @@ +Package: bash +Priority: optional +Section: shells +Description: bash shell -- cgit v1.2.3