diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-11-29 16:06:00 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-11-29 16:06:00 +0100 |
commit | 8e8512391c668fc7074f812f15eabe8f176fb01e (patch) | |
tree | f9f0862dd6eb962fe3fc4803180b431843f6c5be /package/wdfs/Makefile | |
parent | c491653a1f9574a42965025805d472c3d145f699 (diff) | |
parent | ae3d4616ed9c19a29d656193254657f93d612fa2 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/wdfs/Makefile')
-rw-r--r-- | package/wdfs/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/package/wdfs/Makefile b/package/wdfs/Makefile index f973ad811..05d27c3e3 100644 --- a/package/wdfs/Makefile +++ b/package/wdfs/Makefile @@ -5,21 +5,19 @@ include ${TOPDIR}/rules.mk PKG_NAME:= wdfs PKG_VERSION:= 1.4.2 -PKG_RELEASE:= 4 +PKG_RELEASE:= 6 PKG_MD5SUM:= 628bb44194d04c1cf8aacc446ed0a230 PKG_DESCR:= WebDAV filesystem -PKG_SECTION:= fs +PKG_SECTION:= net/fs PKG_DEPENDS:= libopenssl fuse-utils kmod-fuse-fs neon glib PKG_BUILDDEP:= openssl fuse neon glib PKG_SITES:= http://noedler.de/projekte/wdfs/ include ${TOPDIR}/mk/package.mk -TARGET_LDFLAGS+= -lpthread +$(eval $(call PKG_template,WDFS,wdfs,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) -$(eval $(call PKG_template,WDFS,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) - -post-install: +wdfs-install: ${INSTALL_DIR} ${IDIR_WDFS}/usr/bin ${CP} ${WRKINST}/usr/bin/wdfs ${IDIR_WDFS}/usr/bin |