Makefile 864 B

1234567891011121314151617181920212223242526272829
  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:= libXpm
  5. PKG_VERSION:= 3.5.7
  6. PKG_RELEASE:= 1
  7. PKG_MD5SUM:= 7bbc8f112f7143ed6961a58ce4e14558
  8. PKG_DESCR:= common operation for the XPM pixmap format
  9. PKG_SECTION:= x11
  10. PKG_DESCR:= common operation for the XPM pixmap format
  11. PKG_SECTION:= x11
  12. PKG_SITES:= ${MASTER_SITE_XORG}
  13. include $(TOPDIR)/mk/package.mk
  14. $(eval $(call PKG_template,LIBXPM,libxpm,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
  15. CONFIGURE_STYLE= gnu
  16. CONFIGURE_ENV+= ac_cv_search_gettext=no
  17. BUILD_STYLE= auto
  18. INSTALL_STYLE= auto confprog
  19. post-install:
  20. ${INSTALL_DIR} ${IDIR_LIBXPM}/usr/lib
  21. ${CP} ${WRKINST}/usr/lib/libXpm.so* ${IDIR_LIBXPM}/usr/lib/
  22. include ${TOPDIR}/mk/pkg-bottom.mk