summaryrefslogtreecommitdiff
path: root/testing/udisks2/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/udisks2/PKGBUILD')
-rw-r--r--testing/udisks2/PKGBUILD31
1 files changed, 0 insertions, 31 deletions
diff --git a/testing/udisks2/PKGBUILD b/testing/udisks2/PKGBUILD
deleted file mode 100644
index 176ef15f3..000000000
--- a/testing/udisks2/PKGBUILD
+++ /dev/null
@@ -1,31 +0,0 @@
-# $Id: PKGBUILD 169452 2012-10-21 11:36:14Z ibiru $
-# Maintainer: Ionut Biru <ibiru@archlinux.org>
-
-pkgname=udisks2
-pkgver=2.0.0
-pkgrel=1
-pkgdesc="Disk Management Service, version 2"
-arch=('i686' 'x86_64')
-url="http://www.freedesktop.org/wiki/Software/udisks"
-license=('GPL2')
-depends=('glib2' 'udev' 'polkit' 'libatasmart' 'eject')
-makedepends=('intltool' 'docbook-xsl' 'gobject-introspection')
-optdepends=('parted: partition management'
- 'gptfdisk: GUID partition table support')
-options=(!libtool)
-source=(http://udisks.freedesktop.org/releases/udisks-$pkgver.tar.bz2)
-sha256sums=('aa026a5a865688a2e9e430a389c7636c1a556d980539e4bd4a3f31dc5d4fe1eb')
-
-build() {
- cd "udisks-$pkgver"
- ./configure --prefix=/usr --sysconfdir=/etc \
- --with-systemdsystemunitdir=/usr/lib/systemd/system \
- --localstatedir=/var --disable-static
- make
-}
-
-package() {
- cd "udisks-$pkgver"
- make DESTDIR="$pkgdir" install \
- bash_completiondir=/usr/share/bash-completion/completions
-}