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

Tom Gundersen tomegun at archlinux.org
Sun Apr 1 19:53:06 UTC 2012


    Date: Sunday, April 1, 2012 @ 15:53:06
  Author: tomegun
Revision: 155326

db-move: moved libmtp from [staging] to [testing] (i686)

Added:
  libmtp/repos/testing-i686/
  libmtp/repos/testing-i686/PKGBUILD
    (from rev 155315, libmtp/repos/staging-i686/PKGBUILD)
Deleted:
  libmtp/repos/staging-i686/

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

Copied: libmtp/repos/testing-i686/PKGBUILD (from rev 155315, libmtp/repos/staging-i686/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2012-04-01 19:53:06 UTC (rev 155326)
@@ -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