Makefile 797 B

123456789101112131415161718192021222324252627282930313233
  1. # $Id$
  2. #-
  3. # This file is part of the OpenADK project. OpenADK is copyrighted
  4. # material, please see the LICENCE file in the top-level directory.
  5. include ${TOPDIR}/rules.mk
  6. PKG_NAME:= links
  7. PKG_VERSION:= 2.2
  8. PKG_RELEASE:= 1
  9. PKG_MD5SUM:= c9937f9ed0061f264973182f871fb667
  10. MASTER_SITES:= http://links.twibright.com/download/
  11. include ${TOPDIR}/mk/package.mk
  12. $(eval $(call PKG_template,LINKS,links,${PKG_VERSION}-${PKG_RELEASE}))
  13. CONFIGURE_STYLE:= gnu
  14. CONFIGURE_ARGS+= --enable-graphics \
  15. --with-ssl \
  16. --without-svgalib \
  17. --without-x \
  18. --without-directfb \
  19. --without-pmshell \
  20. --without-atheos
  21. BUILD_STYLE:= auto
  22. INSTALL_STYLE:= auto
  23. post-install:
  24. ${INSTALL_DIR} ${IDIR_LINKS}/usr/bin
  25. ${CP} ${WRKINST}/usr/bin/* ${IDIR_LINKS}/usr/bin
  26. include ${TOPDIR}/mk/pkg-bottom.mk