pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
(WIP) + lizardfs
Module Name: pkgsrc-wip
Committed By: Charlotte Koch <cfkoch%edgebsd.org@localhost>
Pushed By: cfkoch
Date: Mon Nov 28 23:01:54 2016 -0800
Changeset: 7c45bf276e871376f0ddd0f1e19af5860de732a9
Added Files:
lizardfs/Makefile
lizardfs/PLIST
lizardfs/distinfo
Log Message:
(WIP) + lizardfs
Currently doesn't work (on NetBSD at least) since it isn't prepared to find
fuse.h nor the FUSE API version number in the place where NetBSD installs
librefuse.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=7c45bf276e871376f0ddd0f1e19af5860de732a9
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
lizardfs/Makefile | 29 +++++++++++++++++++++++++++++
lizardfs/PLIST | 0
lizardfs/distinfo | 0
3 files changed, 29 insertions(+)
diffs:
diff --git a/lizardfs/Makefile b/lizardfs/Makefile
new file mode 100644
index 0000000..a2e0ab3
--- /dev/null
+++ b/lizardfs/Makefile
@@ -0,0 +1,29 @@
+# $NetBSD$
+
+PKGNAME= lizardfs-${VERSION}
+VERSION= 3.10.4
+CATEGORIES= filesystems
+
+GIT_REPOSITORIES= lizardfs
+GIT_REPO.lizardfs= https://github.com/lizardfs/lizardfs.git
+GIT_TAG.lizardfs= v${PKGVERSION_NOREV}
+
+MAINTANER= cfkoch%edgebsd.org@localhost
+HOMEPAGE= http://lizardfs.com/
+COMMENT= Open source, distributed file system
+LICENSE= gnu-gpl-v3
+
+WRKSRC= ${WRKDIR}/lizardfs
+USE_LANGUAGES+= c c++
+USE_CMAKE= yes
+CONFIGURE_DIRS+= build
+CMAKE_ARG_PATH= ..
+
+pre-configure:
+.for dir in ${CONFIGURE_DIRS}
+ mkdir -p ${WRKSRC}/${dir}
+.endfor
+
+.include "../../mk/fuse.buildlink3.mk"
+.include "../../wip/mk/git-package.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/lizardfs/PLIST b/lizardfs/PLIST
new file mode 100644
index 0000000..e69de29
diff --git a/lizardfs/distinfo b/lizardfs/distinfo
new file mode 100644
index 0000000..e69de29
Home |
Main Index |
Thread Index |
Old Index