Makefile 753 B

123456789101112131415161718192021222324
  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:= wdfs
  5. PKG_VERSION:= 1.4.2
  6. PKG_RELEASE:= 2
  7. PKG_MD5SUM:= 628bb44194d04c1cf8aacc446ed0a230
  8. PKG_DESCR:= WebDAV filesystem
  9. PKG_SECTION:= fs
  10. PKG_DEPENDS:= libopenssl fuse-utils kmod-fuse-fs neon glib
  11. PKG_BUILDDEP:= openssl fuse neon glib
  12. PKG_SITES:= http://noedler.de/projekte/wdfs/
  13. include ${TOPDIR}/mk/package.mk
  14. $(eval $(call PKG_template,WDFS,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
  15. post-install:
  16. ${INSTALL_DIR} ${IDIR_WDFS}/usr/bin
  17. ${CP} ${WRKINST}/usr/bin/wdfs ${IDIR_WDFS}/usr/bin
  18. include ${TOPDIR}/mk/pkg-bottom.mk