[arch-commits] Commit in moosefs/repos (6 files)
Alexander Rødseth
arodseth at archlinux.org
Wed May 13 20:02:22 UTC 2015
Date: Wednesday, May 13, 2015 @ 22:02:22
Author: arodseth
Revision: 133383
archrelease: copy trunk to community-staging-x86_64, community-staging-i686
Added:
moosefs/repos/community-staging-i686/
moosefs/repos/community-staging-i686/PKGBUILD
(from rev 133382, moosefs/trunk/PKGBUILD)
moosefs/repos/community-staging-i686/moosefs.install
(from rev 133382, moosefs/trunk/moosefs.install)
moosefs/repos/community-staging-x86_64/
moosefs/repos/community-staging-x86_64/PKGBUILD
(from rev 133382, moosefs/trunk/PKGBUILD)
moosefs/repos/community-staging-x86_64/moosefs.install
(from rev 133382, moosefs/trunk/moosefs.install)
------------------------------------------+
community-staging-i686/PKGBUILD | 38 +++++++++++++++++++++++++++++
community-staging-i686/moosefs.install | 11 ++++++++
community-staging-x86_64/PKGBUILD | 38 +++++++++++++++++++++++++++++
community-staging-x86_64/moosefs.install | 11 ++++++++
4 files changed, 98 insertions(+)
Copied: moosefs/repos/community-staging-i686/PKGBUILD (from rev 133382, moosefs/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-05-13 20:02:22 UTC (rev 133383)
@@ -0,0 +1,38 @@
+# $Id: PKGBUILD 133367 2015-05-13 12:31:10Z arodseth $
+# Maintainer: Alexander Rødseth <rodseth 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=/usr/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: moosefs/repos/community-staging-i686/moosefs.install (from rev 133382, moosefs/trunk/moosefs.install)
===================================================================
--- community-staging-i686/moosefs.install (rev 0)
+++ community-staging-i686/moosefs.install 2015-05-13 20:02:22 UTC (rev 133383)
@@ -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: moosefs/repos/community-staging-x86_64/PKGBUILD (from rev 133382, moosefs/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2015-05-13 20:02:22 UTC (rev 133383)
@@ -0,0 +1,38 @@
+# $Id: PKGBUILD 133367 2015-05-13 12:31:10Z arodseth $
+# Maintainer: Alexander Rødseth <rodseth 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=/usr/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: moosefs/repos/community-staging-x86_64/moosefs.install (from rev 133382, moosefs/trunk/moosefs.install)
===================================================================
--- community-staging-x86_64/moosefs.install (rev 0)
+++ community-staging-x86_64/moosefs.install 2015-05-13 20:02:22 UTC (rev 133383)
@@ -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