diff options
Diffstat (limited to 'community/pmount/PKGBUILD')
-rw-r--r-- | community/pmount/PKGBUILD | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/community/pmount/PKGBUILD b/community/pmount/PKGBUILD deleted file mode 100644 index 8bac8e37c..000000000 --- a/community/pmount/PKGBUILD +++ /dev/null @@ -1,27 +0,0 @@ -# $Id: PKGBUILD 80203 2012-11-17 15:45:57Z eric $ -# Maintainer: Tobias Powalowski <tpowa@archlinux.org> - -pkgname=pmount -pkgver=0.9.23 -pkgrel=4 -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' 'bash' 'util-linux') -makedepends=('intltool') -source=(https://alioth.debian.org/frs/download.php/3310/pmount-0.9.23.tar.bz2) -md5sums=('db19f5bf3151b1b41705ec7bafa439d3') - -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 -} |