1234567891011121314151617181920212223242526272829303132333435 |
- # 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:= libIDL
- PKG_VERSION:= 0.8.14
- PKG_RELEASE:= 2
- PKG_MD5SUM:= 531fbc1b40b80dd1d6f3b5e76b99067c
- PKG_DESCR:= libraries for Interface Definition Language files
- PKG_SECTION:= libs
- PKG_DEPENDS:= glib
- PKG_BUILDDEP:= glib-host glib m4-host flex-host bison-host libIDL-host
- PKG_URL:= http://www.gnome.org/
- PKG_SITES:= http://ftp.gnome.org/pub/GNOME/sources/libIDL/0.8/
- PKG_LIBNAME:= libidl
- PKG_OPTS:= dev
- include $(TOPDIR)/mk/host.mk
- include $(TOPDIR)/mk/package.mk
- CONFIGURE_ENV+= libIDL_cv_long_long_format=ll
- $(eval $(call HOST_template,LIBIDL,libidl,$(PKG_VERSION)-${PKG_RELEASE}))
- $(eval $(call PKG_template,LIBIDL,libidl,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION},${PKG_OPTS}))
- HOST_STYLE:= auto
- libidl-install:
- $(INSTALL_DIR) $(IDIR_LIBIDL)/usr/lib
- $(CP) $(WRKINST)/usr/lib/libIDL*.so* \
- $(IDIR_LIBIDL)/usr/lib
- include ${TOPDIR}/mk/host-bottom.mk
- include ${TOPDIR}/mk/pkg-bottom.mk
|