summaryrefslogtreecommitdiff
path: root/package/tar/Makefile
diff options
context:
space:
mode:
authorwbx <wbx@hydrogenium.(none)>2009-05-17 14:41:34 +0200
committerwbx <wbx@hydrogenium.(none)>2009-05-17 14:41:34 +0200
commit219a6dab8995aad9ac4860cc1a84d6f3509a03a4 (patch)
treeb9c0f3c43aebba2fcfef777592d0add39f2072f4 /package/tar/Makefile
Initial import
Diffstat (limited to 'package/tar/Makefile')
-rw-r--r--package/tar/Makefile28
1 files changed, 28 insertions, 0 deletions
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