[arch-commits] Commit in mfs/repos (6 files)

Alexander Rødseth arodseth at archlinux.org
Wed May 13 12:31:27 UTC 2015


    Date: Wednesday, May 13, 2015 @ 14:31:27
  Author: arodseth
Revision: 133368

archrelease: copy trunk to community-staging-x86_64, community-staging-i686

Added:
  mfs/repos/community-staging-i686/
  mfs/repos/community-staging-i686/PKGBUILD
    (from rev 133367, mfs/trunk/PKGBUILD)
  mfs/repos/community-staging-i686/moosefs.install
    (from rev 133367, mfs/trunk/moosefs.install)
  mfs/repos/community-staging-x86_64/
  mfs/repos/community-staging-x86_64/PKGBUILD
    (from rev 133367, mfs/trunk/PKGBUILD)
  mfs/repos/community-staging-x86_64/moosefs.install
    (from rev 133367, mfs/trunk/moosefs.install)

------------------------------------------+
 community-staging-i686/PKGBUILD          |   40 +++++++++++++++++++++++++++++
 community-staging-i686/moosefs.install   |   11 +++++++
 community-staging-x86_64/PKGBUILD        |   40 +++++++++++++++++++++++++++++
 community-staging-x86_64/moosefs.install |   11 +++++++
 4 files changed, 102 insertions(+)

Copied: mfs/repos/community-staging-i686/PKGBUILD (from rev 133367, mfs/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2015-05-13 12:31:27 UTC (rev 133368)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: Thomas S Hatch <thatch45 at gmail.com>
+# Contributor: Martin "mortbauer" <mortbauer at gmail.com>
+
+pkgname=moosefs
+pkgver=2.0.67_1
+pkgrel=1
+pkgdesc='High performing and fault tolerant distributed file system'
+url='http://moosefs.com/'
+replaces=('mfs-master' 'mfs-chunkserver' 'mfs-client')
+conflicts=('mfs-master' 'mfs-chunkserver' 'mfs-client')
+arch=('x86_64' 'i686')
+license=('GPL3')
+depends=('zlib' 'fuse' 'python2' 'bash' 'xfsprogs')
+install="$pkgname.install"
+source=("http://ppa.moosefs.com/src/moosefs-${pkgver/_/-}.tar.gz")
+sha256sums=('9b3ad3fc81a6b5ffa7f6cbeb1aa11f85d5b82a2b0c40ff5c8f3b46f72eaafcb4')
+
+build() {
+  cd "moosefs-${pkgver%_*}"
+
+  ./configure \
+    --prefix=/usr \
+    --mandir=/share/man \
+    --sysconfdir=/etc \
+    --localstatedir=/var/lib \
+    --with-default-user=mfs \
+    --with-default-group=mfs \
+    --with-systemdsystemunitdir=/usr/lib/systemd/system \
+    --sbindir=/usr/bin
+  make
+}
+
+package() {
+  make DESTDIR="$pkgdir" -C "moosefs-${pkgver%_*}" install
+}
+
+# getver: -u 4 moosefs.com/download/sources.html
+# vim:set ts=2 sw=2 et:

Copied: mfs/repos/community-staging-i686/moosefs.install (from rev 133367, mfs/trunk/moosefs.install)
===================================================================
--- community-staging-i686/moosefs.install	                        (rev 0)
+++ community-staging-i686/moosefs.install	2015-05-13 12:31:27 UTC (rev 133368)
@@ -0,0 +1,11 @@
+post_install() {
+  echo
+  echo 'For configuring MooseFS, the .cfg.dist files in /etc/mfs can'
+  echo 'be used as a basis for writing the corresponding .cfg files.'
+  echo
+  echo 'For troubleshooting a service, like "mfschunkserver", just running'
+  echo '"/usr/bin/mfschunkserver start" can be helpful.'
+  echo
+}
+
+# vim:set ts=2 sw=2 et:

Copied: mfs/repos/community-staging-x86_64/PKGBUILD (from rev 133367, mfs/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2015-05-13 12:31:27 UTC (rev 133368)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: Thomas S Hatch <thatch45 at gmail.com>
+# Contributor: Martin "mortbauer" <mortbauer at gmail.com>
+
+pkgname=moosefs
+pkgver=2.0.67_1
+pkgrel=1
+pkgdesc='High performing and fault tolerant distributed file system'
+url='http://moosefs.com/'
+replaces=('mfs-master' 'mfs-chunkserver' 'mfs-client')
+conflicts=('mfs-master' 'mfs-chunkserver' 'mfs-client')
+arch=('x86_64' 'i686')
+license=('GPL3')
+depends=('zlib' 'fuse' 'python2' 'bash' 'xfsprogs')
+install="$pkgname.install"
+source=("http://ppa.moosefs.com/src/moosefs-${pkgver/_/-}.tar.gz")
+sha256sums=('9b3ad3fc81a6b5ffa7f6cbeb1aa11f85d5b82a2b0c40ff5c8f3b46f72eaafcb4')
+
+build() {
+  cd "moosefs-${pkgver%_*}"
+
+  ./configure \
+    --prefix=/usr \
+    --mandir=/share/man \
+    --sysconfdir=/etc \
+    --localstatedir=/var/lib \
+    --with-default-user=mfs \
+    --with-default-group=mfs \
+    --with-systemdsystemunitdir=/usr/lib/systemd/system \
+    --sbindir=/usr/bin
+  make
+}
+
+package() {
+  make DESTDIR="$pkgdir" -C "moosefs-${pkgver%_*}" install
+}
+
+# getver: -u 4 moosefs.com/download/sources.html
+# vim:set ts=2 sw=2 et:

Copied: mfs/repos/community-staging-x86_64/moosefs.install (from rev 133367, mfs/trunk/moosefs.install)
===================================================================
--- community-staging-x86_64/moosefs.install	                        (rev 0)
+++ community-staging-x86_64/moosefs.install	2015-05-13 12:31:27 UTC (rev 133368)
@@ -0,0 +1,11 @@
+post_install() {
+  echo
+  echo 'For configuring MooseFS, the .cfg.dist files in /etc/mfs can'
+  echo 'be used as a basis for writing the corresponding .cfg files.'
+  echo
+  echo 'For troubleshooting a service, like "mfschunkserver", just running'
+  echo '"/usr/bin/mfschunkserver start" can be helpful.'
+  echo
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list