diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2018-03-16 05:12:42 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2018-03-16 05:12:58 +0100 |
commit | 1195cbb6138be743e491d4b6751e3a73d9ffdb73 (patch) | |
tree | 5fb6a341eeac8e1ce5e76f8c12068320e9ddf6b7 /package/ivykis | |
parent | 33bff173fbd52bcca0912f0caf11b91fd11a542d (diff) |
add back syslog-ng for testing
Diffstat (limited to 'package/ivykis')
-rw-r--r-- | package/ivykis/Makefile | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/package/ivykis/Makefile b/package/ivykis/Makefile new file mode 100644 index 000000000..2384688e6 --- /dev/null +++ b/package/ivykis/Makefile @@ -0,0 +1,25 @@ +# This file is part of the OpenADK project. OpenADK is copyrighted +# material, please see the LICENCE file in the top-level directory. + +include $(ADK_TOPDIR)/rules.mk + +PKG_NAME:= ivykis +PKG_VERSION:= git +PKG_RELEASE:= 1 +PKG_DESCR:= asynchronous i/o readiness notification +PKG_SECTION:= libs/misc +PKG_URL:= https://github.com/buytenh/ivykis +PKG_SITES:= https://github.com/buytenh/ivykis.git + +include $(ADK_TOPDIR)/mk/package.mk + +$(eval $(call PKG_template,IVYKIS,ivykis,$(PKG_VERSION)-$(PKG_RELEASE),$(PKG_DEPENDS),$(PKG_DESCR),$(PKG_SECTION))) + +AUTOTOOL_STYLE:= autoreconf + +ivykis-install: + $(INSTALL_DIR) $(IDIR_IVYKIS)/usr/lib + $(CP) $(WRKINST)/usr/lib/libivykis.so* \ + $(IDIR_IVYKIS)/usr/lib + +include $(ADK_TOPDIR)/mk/pkg-bottom.mk |