summaryrefslogtreecommitdiff
path: root/package/tar/Makefile
blob: 75f8eb47c24dce17593115c903d6c1a10f969512 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
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