[arch-commits] Commit in libmtp/repos (3 files)

Tom Gundersen tomegun at archlinux.org
Fri Apr 6 00:05:58 UTC 2012


    Date: Thursday, April 5, 2012 @ 20:05:58
  Author: tomegun
Revision: 155745

db-move: moved libmtp from [testing] to [extra] (x86_64)

Added:
  libmtp/repos/extra-x86_64/PKGBUILD
    (from rev 155735, libmtp/repos/testing-x86_64/PKGBUILD)
Deleted:
  libmtp/repos/extra-x86_64/PKGBUILD
  libmtp/repos/testing-x86_64/

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

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2012-04-06 00:05:56 UTC (rev 155744)
+++ extra-x86_64/PKGBUILD	2012-04-06 00:05:58 UTC (rev 155745)
@@ -1,26 +0,0 @@
-# $Id$
-# Contributor: damir <damir at archlinux.org>
-# Contributor: Kevin Edmonds <edmondskevin at hotmail.com>
-
-pkgname=libmtp
-pkgver=1.1.2
-pkgrel=1
-pkgdesc="Library implementation of the Media Transfer Protocol"
-arch=("i686" "x86_64")
-url="http://libmtp.sourceforge.net"
-license=('LGPL')
-depends=('libusb')
-options=('!libtool')
-source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-md5sums=('6dc708757e3fd3ccce7445b4f2171263')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: libmtp/repos/extra-x86_64/PKGBUILD (from rev 155735, libmtp/repos/testing-x86_64/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2012-04-06 00:05:58 UTC (rev 155745)
@@ -0,0 +1,26 @@
+# $Id$
+# Contributor: damir <damir at archlinux.org>
+# Contributor: Kevin Edmonds <edmondskevin at hotmail.com>
+
+pkgname=libmtp
+pkgver=1.1.2
+pkgrel=2
+pkgdesc="Library implementation of the Media Transfer Protocol"
+arch=("i686" "x86_64")
+url="http://libmtp.sourceforge.net"
+license=('LGPL')
+depends=('libusb')
+options=('!libtool')
+source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz")
+md5sums=('6dc708757e3fd3ccce7445b4f2171263')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --with-udev=/usr/lib/udev
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}




More information about the arch-commits mailing list