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
9 PKG_HASH
:= 1bcaff7b1f7dfcbe573ddf0bf7e251e93072355ecc468c075339920c97e39c8f
10 PKG_DESCR
:= c
++ network libraries
11 PKG_SECTION
:= libs
/misc
12 PKG_BUILDDEP
:= zlib pcre
13 PKG_DEPENDS
:= zlib libpcre
14 PKG_URL
:= http
://pocoproject.org
15 PKG_SITES
:= http
://pocoproject.org
/releases
/poco-1.9
.4/
18 PKG_LIBC_DEPENDS
:= glibc
20 DISTFILES
:= $(PKG_NAME
)-$(PKG_VERSION
).
tar.gz
22 include $(ADK_TOPDIR
)/mk
/package.mk
24 $(eval
$(call PKG_template
,POCO
,poco
,$(PKG_VERSION
)-$(PKG_RELEASE
),$(PKG_DEPENDS
),$(PKG_DESCR
),$(PKG_SECTION
),$(PKG_OPTS
)))
26 CONFIG_STYLE
:= minimal
27 CONFIGURE_ARGS
+= --prefix=/usr \
32 $(INSTALL_DIR
) $(IDIR_POCO
)/usr
/lib
33 $(CP
) $(WRKINST
)/usr
/lib
/libPoco
*.so
* \
36 include $(ADK_TOPDIR
)/mk
/pkg-bottom.mk