Makefile 909 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:= audiofile
  5. PKG_VERSION:= 0.2.7
  6. PKG_RELEASE:= 3
  7. PKG_MD5SUM:= a39be317a7b1971b408805dc5e371862
  8. PKG_DESCR:= audiofile library
  9. PKG_SECTION:= libs
  10. PKG_BUILDDEP:= autotool
  11. PKG_URL:= http://www.68k.org/~michael/audiofile/
  12. PKG_SITES:= http://www.68k.org/~michael/audiofile/
  13. PKG_LIBNAME:= libaudiofile
  14. PKG_OPTS:= dev
  15. include ${TOPDIR}/mk/package.mk
  16. $(eval $(call PKG_template,LIBAUDIOFILE,libaudiofile,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION},${PKG_OPTS}))
  17. AUTOTOOL_STYLE:= autoreconf
  18. CONFIGURE_ENV+= ac_cv_linux_vers=2
  19. libaudiofile-install:
  20. ${INSTALL_DIR} ${IDIR_LIBAUDIOFILE}/usr/lib
  21. ${CP} ${WRKINST}/usr/lib/libaudiofile.so* ${IDIR_LIBAUDIOFILE}/usr/lib/
  22. include ${TOPDIR}/mk/pkg-bottom.mk