Merge branch 'master' of git+ssh://openadk.org/git/openadk
[openadk.git] / package / libunistring / Makefile
blob607bf7e8d6aa45ae17760aad20f0c8acbfd44274
1 # This file is part of the OpenADK project. OpenADK is copyrighted
2 # material, please see the LICENCE file in the top-level directory.
4 include ${ADK_TOPDIR}/rules.mk
6 PKG_NAME:= libunistring
7 PKG_VERSION:= 0.9.3
8 PKG_RELEASE:= 2
9 PKG_HASH:= 610d3ec724fbdaa654afe3cff20b9f4d504be3fd296fded2e0f7f764041006a3
10 PKG_DESCR:= functions for manipulating unicode strings
11 PKG_SECTION:= libs/misc
12 PKG_URL:= http://www.gnu.org/software/libunistring/
13 PKG_SITES:= ${MASTER_SITE_GNU:=libunistring/}
14 PKG_OPTS:= dev
16 PKG_LIBC_DEPENDS:= uclibc glibc
18 DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz
20 include ${ADK_TOPDIR}/mk/package.mk
22 $(eval $(call PKG_template,LIBUNISTRING,libunistring,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION},${PKG_OPTS}))
24 libunistring-install:
25 ${INSTALL_DIR} ${IDIR_LIBUNISTRING}/usr/lib
26 ${CP} ${WRKINST}/usr/lib/libunistring.so* ${IDIR_LIBUNISTRING}/usr/lib
28 include ${ADK_TOPDIR}/mk/pkg-bottom.mk