From 219a6dab8995aad9ac4860cc1a84d6f3509a03a4 Mon Sep 17 00:00:00 2001 From: wbx Date: Sun, 17 May 2009 14:41:34 +0200 Subject: Initial import --- package/tar/Config.in | 8 ++++++++ package/tar/Makefile | 28 ++++++++++++++++++++++++++++ package/tar/ipkg/tar.control | 4 ++++ 3 files changed, 40 insertions(+) create mode 100644 package/tar/Config.in create mode 100644 package/tar/Makefile create mode 100644 package/tar/ipkg/tar.control (limited to 'package/tar') diff --git a/package/tar/Config.in b/package/tar/Config.in new file mode 100644 index 000000000..6ef861a2c --- /dev/null +++ b/package/tar/Config.in @@ -0,0 +1,8 @@ +config ADK_PACKAGE_TAR + prompt "gtar.............................. gnu tar" + tristate + default n + help + The GNU implementation of tar. + + http://www.gnu.org/software/tar/ diff --git a/package/tar/Makefile b/package/tar/Makefile new file mode 100644 index 000000000..75f8eb47c --- /dev/null +++ b/package/tar/Makefile @@ -0,0 +1,28 @@ +# $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:= tar +PKG_VERSION:= 1.22 +PKG_RELEASE:= 1 +PKG_MD5SUM:= efafad1b256e3de410f4fce5335d9c9d + +MASTER_SITES:= ftp://ftp.informatik.rwth-aachen.de/pub/gnu/tar/ \ + http://mirrors.kernel.org/gnu/tar/ + +include ${TOPDIR}/mk/package.mk + +$(eval $(call PKG_template,TAR,tar,${PKG_VERSION}-${PKG_RELEASE},${ARCH})) + +CONFIGURE_STYLE:= gnu +BUILD_STYLE:= auto +INSTALL_STYLE:= auto + +post-install: + ${INSTALL_DIR} ${IDIR_TAR}/usr/bin + ${INSTALL_BIN} ${WRKINST}/usr/bin/tar ${IDIR_TAR}/usr/bin/tar + +include ${TOPDIR}/mk/pkg-bottom.mk diff --git a/package/tar/ipkg/tar.control b/package/tar/ipkg/tar.control new file mode 100644 index 000000000..7d53ceea8 --- /dev/null +++ b/package/tar/ipkg/tar.control @@ -0,0 +1,4 @@ +Package: tar +Priority: optional +Section: archival +Description: GNU tar -- cgit v1.2.3