diff options
| author | Waldemar Brodkorb <wbx@openadk.org> | 2013-10-21 17:25:35 +0200 |
|---|---|---|
| committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-10-21 17:25:35 +0200 |
| commit | 98b7adfbd06f0f6bd99ca4805ca34250ee027fa1 (patch) | |
| tree | a68345ba8ba7ee532e4b7426cadad31d7add24c0 /package/fuse/Makefile | |
| parent | 09d28322f4828a387eeee03d303c833eab8828c5 (diff) | |
| parent | 32a82e38679501da738199135b35f93ddc8aca0a (diff) | |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/fuse/Makefile')
| -rw-r--r-- | package/fuse/Makefile | 19 |
1 files changed, 4 insertions, 15 deletions
diff --git a/package/fuse/Makefile b/package/fuse/Makefile index 84e6474c9..ddf0fd2d6 100644 --- a/package/fuse/Makefile +++ b/package/fuse/Makefile @@ -12,18 +12,17 @@ PKG_SECTION:= fs PKG_DEPENDS:= kmod-fuse-fs libfuse PKG_URL:= http://fuse.sourceforge.net/ PKG_SITES:= ${MASTER_SITE_SOURCEFORGE:=${PKG_NAME}/} +PKG_LIBNAME:= libfuse +PKG_OPTS:= dev -PKG_SUBPKGS:= FUSE_UTILS LIBFUSE LIBFUSE_DEV +PKG_SUBPKGS:= FUSE_UTILS LIBFUSE PKGSD_LIBFUSE:= FUSE library PKGSC_LIBFUSE:= libs -PKGSD_LIBFUSE_DEV:= FUSE headers -PKGSC_LIBFUSE_DEV:= devel include ${TOPDIR}/mk/package.mk $(eval $(call PKG_template,FUSE_UTILS,fuse-utils,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) -$(eval $(call PKG_template,LIBFUSE,libfuse,${PKG_VERSION}-${PKG_RELEASE},,${PKGSD_LIBFUSE},${PKGSC_LIBFUSE})) -$(eval $(call PKG_template,LIBFUSE_DEV,libfuse-dev,${PKG_VERSION}-${PKG_RELEASE},,${PKGSD_LIBFUSE_DEV},${PKGSC_LIBFUSE_DEV})) +$(eval $(call PKG_template,LIBFUSE,libfuse,${PKG_VERSION}-${PKG_RELEASE},,${PKGSD_LIBFUSE},${PKGSC_LIBFUSE},${PKG_OPTS})) CONFIGURE_ARGS+= --enable-lib \ --enable-util \ @@ -44,14 +43,4 @@ libfuse-install: ${CP} ${WRKINST}/usr/lib/libulockmgr.so* \ ${IDIR_LIBFUSE}/usr/lib -libfuse-dev-install: - ${INSTALL_DIR} ${IDIR_LIBFUSE_DEV}/usr/lib/pkgconfig - ${INSTALL_DIR} ${IDIR_LIBFUSE_DEV}/usr/include/fuse - ${INSTALL_DATA} ${WRKINST}/usr/include/*.h \ - ${IDIR_LIBFUSE_DEV}/usr/include - ${INSTALL_DATA} ${WRKINST}/usr/include/fuse/*.h \ - ${IDIR_LIBFUSE_DEV}/usr/include/fuse - ${INSTALL_DATA} ${WRKINST}/usr/lib/pkgconfig/fuse.pc \ - ${IDIR_LIBFUSE_DEV}/usr/lib/pkgconfig - include ${TOPDIR}/mk/pkg-bottom.mk |
