1234567891011121314151617181920212223242526272829 |
- # This file is part of the OpenADK project. OpenADK is copyrighted
- # material, please see the LICENCE file in the top-level directory.
- include ${TOPDIR}/rules.mk
- PKG_NAME:= audiofile
- PKG_VERSION:= 0.2.7
- PKG_RELEASE:= 3
- PKG_MD5SUM:= a39be317a7b1971b408805dc5e371862
- PKG_DESCR:= audiofile library
- PKG_SECTION:= libs
- PKG_BUILDDEP:= autotool
- PKG_URL:= http://www.68k.org/~michael/audiofile/
- PKG_SITES:= http://www.68k.org/~michael/audiofile/
- PKG_LIBNAME:= libaudiofile
- PKG_OPTS:= dev
- include ${TOPDIR}/mk/package.mk
- $(eval $(call PKG_template,LIBAUDIOFILE,libaudiofile,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION},${PKG_OPTS}))
- AUTOTOOL_STYLE:= autoreconf
- CONFIGURE_ENV+= ac_cv_linux_vers=2
- libaudiofile-install:
- ${INSTALL_DIR} ${IDIR_LIBAUDIOFILE}/usr/lib
- ${CP} ${WRKINST}/usr/lib/libaudiofile.so* ${IDIR_LIBAUDIOFILE}/usr/lib/
- include ${TOPDIR}/mk/pkg-bottom.mk
|