summaryrefslogtreecommitdiff
path: root/package/libtirpc/Makefile
blob: c9ec4172159fa5520e2cb4a53432f5ce85bb523b (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
29
30
31
# $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:=		libtirpc
PKG_VERSION:=		0.1.11
PKG_RELEASE:=		2
PKG_MD5SUM:=		c656b7bf47e8bddbdefcd0b6a6f77b71
MASTER_SITES:=		${MASTER_SITE_SOURCEFORGE:=libtirpc/}
DISTFILES:=		$(PKG_NAME)-$(PKG_VERSION).tar.bz2

include ${TOPDIR}/mk/package.mk

$(eval $(call PKG_template,LIBTIRPC,libtirpc,${PKG_VERSION}-${PKG_RELEASE},${ARCH}))

CONFIGURE_STYLE:=	autotool gnu
ifneq (${ADK_COMPILE_NFS_UTILS_WITH_KERBEROS},y)
CONFIGURE_ARGS+=	--disable-gss
endif
BUILD_STYLE:=		auto
INSTALL_STYLE:=		auto

post-install:
	${INSTALL_DIR} ${IDIR_LIBTIRPC}/usr/lib ${IDIR_LIBTIRPC}/etc
	${CP} ${WRKINST}/usr/lib/libtirpc*.so* ${IDIR_LIBTIRPC}/usr/lib/
	${CP} ./files/netconfig ${IDIR_LIBTIRPC}/etc

include ${TOPDIR}/mk/pkg-bottom.mk