Makefile 802 B

1234567891011121314151617181920212223242526
  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:= libIDL
  5. PKG_VERSION:= 0.8.14
  6. PKG_RELEASE:= 1
  7. PKG_MD5SUM:= 531fbc1b40b80dd1d6f3b5e76b99067c
  8. PKG_DESCR:= libraries for Interface Definition Language files
  9. PKG_SECTION:= libs
  10. PKG_URL:= http://www.gnome.org/
  11. PKG_SITES:= http://ftp.gnome.org/pub/GNOME/sources/libIDL/0.8/
  12. include $(TOPDIR)/mk/package.mk
  13. CONFIGURE_ENV+= libIDL_cv_long_long_format=ll
  14. $(eval $(call PKG_template,LIBIDL,libidl,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
  15. post-install:
  16. $(INSTALL_DIR) $(IDIR_LIBIDL)/usr/lib
  17. $(CP) $(WRKINST)/usr/lib/libIDL*.so* \
  18. $(IDIR_LIBIDL)/usr/lib
  19. include ${TOPDIR}/mk/pkg-bottom.mk