summaryrefslogtreecommitdiff
path: root/pcr/pmount
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@lavabit.com>2012-12-23 09:02:22 -0200
committerAndré Fabian Silva Delgado <emulatorman@lavabit.com>2012-12-23 09:02:22 -0200
commit14492817a00b1ab2188ba0f446758e873dddd1e6 (patch)
treefcb66dff574797dffe132436722e0f16de5c8366 /pcr/pmount
parent195f7d5da7327b65ab07678ca279a955a6305bae (diff)
pmount: adding new package due that this package was removed from archlinux
Diffstat (limited to 'pcr/pmount')
-rw-r--r--pcr/pmount/PKGBUILD31
1 files changed, 31 insertions, 0 deletions
diff --git a/pcr/pmount/PKGBUILD b/pcr/pmount/PKGBUILD
new file mode 100644
index 000000000..a35dc01c8
--- /dev/null
+++ b/pcr/pmount/PKGBUILD
@@ -0,0 +1,31 @@
+# $Id: PKGBUILD 80202 2012-11-17 15:45:28Z eric $
+# Maintainer: Tobias Powalowski <tpowa@archlinux.org>
+
+pkgname=pmount
+pkgver=0.9.23
+pkgrel=5
+pkgdesc="mount removable devices as normal user"
+arch=(i686 x86_64)
+license=('GPL2')
+url="http://pmount.alioth.debian.org/"
+backup=('etc/pmount.allow')
+depends=('sysfsutils>=2.0.0-1' 'util-linux')
+makedepends=('intltool')
+source=(
+ https://alioth.debian.org/frs/download.php/3310/${pkgname}-${pkgver}.tar.bz2
+ 'http://anonscm.debian.org/gitweb/?p=pmount/pmount-debian.git;a=blob_plain;f=debian/completion/pmount')
+
+build() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ ./configure --prefix=/usr --disable-hal \
+ --with-cryptsetup-prog=/usr/sbin/cryptsetup
+ make
+}
+
+package() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ make DESTDIR="${pkgdir}" install
+ install -Dm644 ${srcdir}/pmount ${pkgdir}/usr/share/bash-completion/completions/pmount
+}
+md5sums=('db19f5bf3151b1b41705ec7bafa439d3'
+ '224f24127f8ab3605de8b9bcb433882f')