| 123456789101112131415161718192021222324252627 | # 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.mkPKG_NAME:=		libffiPKG_VERSION:=		3.0.9PKG_RELEASE:=		1PKG_MD5SUM:=		1f300a7a7f975d4046f51c3022fa5ff1PKG_DESCR:=		Foreign Function Interface libraryPKG_SECTION:=		libsPKG_URL:=		http://sourceware.org/libffiPKG_SITES:=		ftp://sourceware.org/pub/libffi/include ${TOPDIR}/mk/package.mk$(eval $(call PKG_template,LIBFFI,libffi,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))CONFIGURE_STYLE=	gnuBUILD_STYLE=		autoINSTALL_STYLE=		autopost-install:	${INSTALL_DIR} ${IDIR_LIBFFI}/usr/lib	${CP} ${WRKINST}/usr/lib/libffi.so.* ${IDIR_LIBFFI}/usr/lib/include ${TOPDIR}/mk/pkg-bottom.mk
 |