1234567891011121314151617181920212223242526 |
- # This file is part of the OpenADK project. OpenADK is copyrighted
- # material, please see the LICENCE file in the top-level directory.
- include ${TOPDIR}/rules.mk
- PKG_NAME:= libcli
- PKG_VERSION:= 1.9.4
- PKG_RELEASE:= 1
- PKG_MD5SUM:= b917617d21b90db214971efe64a33416
- PKG_DESCR:= Cisco-like command-line interface library
- PKG_SECTION:= libs
- PKG_URL:= http://code.google.com/p/libcli
- PKG_SITES:= http://libcli.googlecode.com/files/
- include ${TOPDIR}/mk/package.mk
- $(eval $(call PKG_template,LIBCLI,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
- BUILD_STYLE= auto
- INSTALL_STYLE= auto
- post-install:
- ${INSTALL_DIR} ${IDIR_LIBCLI}/usr/lib
- ${CP} ${WRKINST}/usr/lib/libcli.so.* ${IDIR_LIBCLI}/usr/lib
- include ${TOPDIR}/mk/pkg-bottom.mk
|