Makefile 754 B

123456789101112131415161718192021222324
  1. # This file is part of the OpenADK project. OpenADK is copyrighted
  2. # material, please see the LICENCE file in the top-level directory.
  3. include ${TOPDIR}/rules.mk
  4. PKG_NAME:= libol
  5. PKG_VERSION:= 0.3.18
  6. PKG_RELEASE:= 2
  7. PKG_MD5SUM:= cbadf4b7ea276dfa85acc38a1cc5ff17
  8. PKG_DESCR:= Support library for syslog-ng
  9. PKG_SECTION:= libs
  10. PKG_URL:= http://www.balabit.com/
  11. PKG_SITES:= http://www.balabit.com/downloads/files/libol/0.3/
  12. PKG_OPTS:= dev
  13. include ${TOPDIR}/mk/package.mk
  14. $(eval $(call PKG_template,LIBOL,libol,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION},${PKG_OPTS}))
  15. libol-install:
  16. ${INSTALL_DIR} ${IDIR_LIBOL}/usr/lib
  17. ${CP} ${WRKINST}/usr/lib/libol.so* ${IDIR_LIBOL}/usr/lib/
  18. include ${TOPDIR}/mk/pkg-bottom.mk