[arch-commits] Commit in pmount/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Tobias Powalowski tpowa at archlinux.org
Wed Feb 8 13:33:33 UTC 2012


    Date: Wednesday, February 8, 2012 @ 08:33:32
  Author: tpowa
Revision: 149539

archrelease: copy trunk to extra-x86_64

Added:
  pmount/repos/extra-x86_64/PKGBUILD
    (from rev 149538, pmount/trunk/PKGBUILD)
Deleted:
  pmount/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   48 ++++++++++++++++++++++++++----------------------
 1 file changed, 26 insertions(+), 22 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2012-02-08 13:33:13 UTC (rev 149538)
+++ PKGBUILD	2012-02-08 13:33:32 UTC (rev 149539)
@@ -1,22 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski <tpowa at archlinux.org>
-
-pkgname=pmount
-pkgver=0.9.23
-pkgrel=2
-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')
-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
-  make
-  make DESTDIR="${pkgdir}" install
-}

Copied: pmount/repos/extra-x86_64/PKGBUILD (from rev 149538, pmount/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2012-02-08 13:33:32 UTC (rev 149539)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Tobias Powalowski <tpowa at archlinux.org>
+
+pkgname=pmount
+pkgver=0.9.23
+pkgrel=3
+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
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}




More information about the arch-commits mailing list