| 123456789101112131415161718192021222324252627282930313233343536373839404142 | # 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:=		owfsPKG_VERSION:=		2.7p38PKG_RELEASE:=		1PKG_MD5SUM:=		c287d96c629b5deb6c85e6a82eecdc8aPKG_DESCR:=		software to access 1-wire devicesPKG_SECTION:=		miscPKG_BUILDDEP:=		fusePKG_URL:=		http://owfs.org/PKG_SITES:=		${MASTER_SITE_SOURCEFORGE:=owfs/}include ${TOPDIR}/mk/package.mk$(eval $(call PKG_template,OWFS,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))TARGET_CFLAGS+=		-ldl -lrtCONFIGURE_ARGS+=	--enable-owfs \			--enable-usb \			--disable-swig \			--disable-owhttpd \			--disable-owftpd \			--disable-owcapi \			--disable-owserver \			--disable-owpython \			--disable-owtcl \			--disable-owperl \			--disable-owphp \			--with-fuseinclude=${STAGING_TARGET_DIR}/usr/include \			--with-fuselib=${STAGING_TARGET_DIR}/usr/libpost-install:	${INSTALL_DIR} ${IDIR_OWFS}/usr/{bin,lib}	${CP} ${WRKINST}/usr/lib/libow*.so* \	               ${IDIR_OWFS}/usr/lib/	${INSTALL_BIN} ${WRKINST}/usr/bin/ow* \		${IDIR_OWFS}/usr/bin/include ${TOPDIR}/mk/pkg-bottom.mk
 |