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
9 PKG_HASH
:= eb8fb2c3e4b6e2d336608377050892b54c3c983b646c561836550863003c05d7
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
/}
16 include ${ADK_TOPDIR}/mk
/package.mk
18 $(eval
$(call PKG_template
,LIBUNISTRING
,libunistring
,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION},${PKG_OPTS}))
21 ${INSTALL_DIR} ${IDIR_LIBUNISTRING}/usr
/lib
22 ${CP} ${WRKINST}/usr
/lib
/libunistring.so
* ${IDIR_LIBUNISTRING}/usr
/lib
24 include ${ADK_TOPDIR}/mk
/pkg-bottom.mk