Makefile 926 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:= esound
  5. PKG_VERSION:= 0.2.41
  6. PKG_RELEASE:= 1
  7. PKG_MD5SUM:= 3d8973ed87053d7acc1f4d44af2c4688
  8. PKG_DESCR:= Enlightened Sound Daemon
  9. PKG_SECTION:= net
  10. PKG_DEPENDS:= libaudiofile
  11. PKG_URL:= http://www.tux.org/~ricdude/EsounD.html
  12. PKG_SITES:= ftp://ftp.gnome.org/pub/gnome/sources/esound/0.2/
  13. include ${TOPDIR}/mk/package.mk
  14. $(eval $(call PKG_template,ESOUND,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
  15. CONFIGURE_STYLE:= gnu
  16. BUILD_STYLE:= auto
  17. INSTALL_STYLE:= auto
  18. post-install:
  19. ${INSTALL_DIR} ${IDIR_ESOUND}/usr/bin ${IDIR_ESOUND}/usr/lib
  20. ${INSTALL_BIN} ${WRKINST}/usr/bin/esd ${IDIR_ESOUND}/usr/bin/
  21. $(CP) $(WRKINST)/usr/lib/libesd.so.* $(IDIR_ESOUND)/usr/lib/
  22. include ${TOPDIR}/mk/pkg-bottom.mk