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
:= 6ddbdddb2cf49a4723f9d1ad6563c480d6760dcb63cb7726b8fc3bc2e1b6c08a
10 PKG_DESCR
:= non-preemptive threads implementation
11 PKG_SECTION
:= libs
/misc
12 PKG_URL
:= https
://www.gnupg.org
/related_software
/npth
/index.html
13 PKG_SITES
:= https
://www.gnupg.org
/ftp
/gcrypt
/npth
/
16 DISTFILES
:= $(PKG_NAME
)-$(PKG_VERSION
).
tar.bz2
18 include $(ADK_TOPDIR
)/mk
/package.mk
20 $(eval
$(call PKG_template
,NPTH
,npth
,$(PKG_VERSION
)-$(PKG_RELEASE
),$(PKG_DEPENDS
),$(PKG_DESCR
),$(PKG_SECTION
),$(PKG_OPTS
)))
23 $(INSTALL_DIR
) $(IDIR_NPTH
)/usr
/lib
24 $(CP
) $(WRKINST
)/usr
/lib
/libnpth
*.so
* \
27 include $(ADK_TOPDIR
)/mk
/pkg-bottom.mk