summaryrefslogtreecommitdiff
path: root/community/glusterfs
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2013-12-27 23:55:53 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2013-12-27 23:55:53 +0000
commit65eeff79fff8a1bfdf67ca51d147384f46f4d5c0 (patch)
treefbfdff322b28d9a3c37e6e31c94caf1d8e48dac1 /community/glusterfs
parentd53c44f055929b18d7d1b25f8367ee5836c435fc (diff)
Fri Dec 27 23:54:04 UTC 2013
Diffstat (limited to 'community/glusterfs')
-rw-r--r--community/glusterfs/PKGBUILD17
-rw-r--r--community/glusterfs/glusterd.service10
2 files changed, 5 insertions, 22 deletions
diff --git a/community/glusterfs/PKGBUILD b/community/glusterfs/PKGBUILD
index 69d0cad74..e841b8cc0 100644
--- a/community/glusterfs/PKGBUILD
+++ b/community/glusterfs/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 100446 2013-11-04 12:12:13Z spupykin $
+# $Id: PKGBUILD 102127 2013-12-05 14:49:23Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributors:
# Andrei Antoukh - niwi@niwi.be - http://www.niwi.be
@@ -7,19 +7,15 @@
pkgname=glusterfs
pkgver=3.4.1
_basever=`echo $pkgver | cut -f1-2 -d.`
-pkgrel=1
+pkgrel=2
pkgdesc='Is a cluster file-system capable of scaling to several peta-bytes.'
arch=(i686 x86_64)
url='http://www.gluster.org/'
license=(GPL2 LGPL3)
depends=(fuse python2 libxml2)
makedepends=(flex bison)
-source=(http://download.gluster.org/pub/gluster/glusterfs/$_basever/$pkgver/glusterfs-$pkgver.tar.gz
- glusterd.service)
-sha256sums=('2a2a43fb52a7f6b8b00331acc5ea2c86a067a2f2901cca886a2348e919c0cbd8'
- '18e6c3bcca396a4524d866977d3fa86135377d7bf5d28a130e697ae2e85f043b')
-sha256sums=('b5f1b4e3c6b86ecdfc5ff1b870ae3d3384bb2e3943565d6907c29ee6e21ab739'
- '18e6c3bcca396a4524d866977d3fa86135377d7bf5d28a130e697ae2e85f043b')
+source=(http://download.gluster.org/pub/gluster/glusterfs/$_basever/$pkgver/glusterfs-$pkgver.tar.gz)
+md5sums=('dce3d066b7351b360454ea9ca4cabe4c')
build() {
cd $srcdir/$pkgname-$pkgver
@@ -32,6 +28,7 @@ build() {
--localstatedir=/var \
--mandir=/usr/share/man \
--libexecdir=/usr/lib/$pkgname \
+ --with-systemddir=/usr/lib/systemd/system \
PYTHON=python2
make
@@ -51,10 +48,6 @@ package() {
$srcdir/$pkgname-$pkgver/{README,INSTALL,COPYING*} \
$pkgdir/usr/share/doc/glusterfs/
- install -D -m 644 \
- $srcdir/glusterd.service \
- $pkgdir/usr/lib/systemd/system/glusterd.service
-
cp -rf \
$srcdir/$pkgname-$pkgver/doc/* \
$pkgdir/usr/share/doc/glusterfs/
diff --git a/community/glusterfs/glusterd.service b/community/glusterfs/glusterd.service
deleted file mode 100644
index b1dd5c18d..000000000
--- a/community/glusterfs/glusterd.service
+++ /dev/null
@@ -1,10 +0,0 @@
-[Unit]
-Description=Distributed filesystem daemon
-After=network.target
-
-[Service]
-Type=forking
-ExecStart=/usr/bin/glusterd
-
-[Install]
-WantedBy=multi-user.target