python3: update to 3.11.10
[openadk.git] / package / libunistring / Makefile
blob46b83438a1d5bdd86bf3f044de1a9141896f6a3d
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.10
8 PKG_RELEASE:= 1
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/}
14 PKG_OPTS:= dev
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}))
20 libunistring-install:
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