Makefile 801 B

123456789101112131415161718192021222324252627282930
  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:= nocatsplash
  7. PKG_VERSION:= 0.92
  8. PKG_RELEASE:= 1
  9. PKG_MD5SUM:= e0fcc0effe52e63bc31070d16d0b4a81
  10. MASTER_SITES:= http://nocat.net/download/NoCatSplash/
  11. DISTFILES:= NoCatSplash-${PKG_VERSION}.tar.gz
  12. WRKDIST= ${WRKDIR}/NoCatSplash-${PKG_VERSION}
  13. include ${TOPDIR}/mk/package.mk
  14. $(eval $(call PKG_template,NOCATSPLASH,nocatsplash,${PKG_VERSION}-${PKG_RELEASE},${ARCH}))
  15. CONFIGURE_STYLE:= gnu
  16. CONFIGURE_ARGS+= --with-firewall=iptables \
  17. --with-glib-prefix="${STAGING_DIR}/usr"
  18. BUILD_STYLE:= auto
  19. INSTALL_STYLE:= auto
  20. post-install:
  21. ${CP} ${WRKINST}/* ${IDIR_NOCATSPLASH}/
  22. include ${TOPDIR}/mk/pkg-bottom.mk