summaryrefslogtreecommitdiff
path: root/package/libiconv/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/libiconv/Makefile')
-rw-r--r--package/libiconv/Makefile33
1 files changed, 33 insertions, 0 deletions
diff --git a/package/libiconv/Makefile b/package/libiconv/Makefile
new file mode 100644
index 000000000..501782875
--- /dev/null
+++ b/package/libiconv/Makefile
@@ -0,0 +1,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