summaryrefslogtreecommitdiff
path: root/package/libiconv/Makefile
blob: 501782875424b55b2f8f60a9ecb9a3aae564809e (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
32
33
# $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:=		libiconv
PKG_VERSION:=		1.13
PKG_RELEASE:=		1
PKG_MD5SUM:=		048032a3032ebd182150bdee30a5d533

MASTER_SITES:=		${MASTER_SITE_GNU:=libiconv/}

include ${TOPDIR}/mk/package.mk

$(eval $(call PKG_template,LIBICONV,libiconv,${PKG_VERSION}-${PKG_RELEASE},${ARCH}))

CONFIGURE_STYLE=	gnu
BUILD_STYLE=		auto
INSTALL_STYLE=		auto confprog
FAKE_FLAGS+=		libdir="${WRKINST}/usr/lib" \
			includedir="${WRKINST}/usr/include" \
INSTALL_TARGET=		install-lib

post-extract:
	@find ${WRKBUILD} -name *.rej -delete

post-install:
	${INSTALL_DIR} ${IDIR_LIBICONV}/usr/lib
	${CP} ${WRKINST}/usr/lib/libiconv.so.* ${IDIR_LIBICONV}/usr/lib/

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