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

Tom Gundersen tomegun at archlinux.org
Wed Aug 22 22:28:15 UTC 2012


    Date: Wednesday, August 22, 2012 @ 18:28:14
  Author: tomegun
Revision: 165531

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  libmtp/repos/testing-i686/
  libmtp/repos/testing-i686/PKGBUILD
    (from rev 165530, libmtp/trunk/PKGBUILD)
  libmtp/repos/testing-x86_64/
  libmtp/repos/testing-x86_64/PKGBUILD
    (from rev 165530, libmtp/trunk/PKGBUILD)

-------------------------+
 testing-i686/PKGBUILD   |   27 +++++++++++++++++++++++++++
 testing-x86_64/PKGBUILD |   27 +++++++++++++++++++++++++++
 2 files changed, 54 insertions(+)

Copied: libmtp/repos/testing-i686/PKGBUILD (from rev 165530, libmtp/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2012-08-22 22:28:14 UTC (rev 165531)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Tom Gundersen <teg at jklm.no>
+# Contributor: damir <damir at archlinux.org>
+# Contributor: Kevin Edmonds <edmondskevin at hotmail.com>
+
+pkgname=libmtp
+pkgver=1.1.4
+pkgrel=1
+pkgdesc="Library implementation of the Media Transfer Protocol"
+arch=("i686" "x86_64")
+url="http://libmtp.sourceforge.net"
+license=('LGPL')
+depends=('libusb' 'libgcrypt')
+options=('!libtool')
+source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz")
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --with-udev=/usr/lib/udev
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}
+md5sums=('27d9bcbc925c1ef84869eb27fdda54e8')

Copied: libmtp/repos/testing-x86_64/PKGBUILD (from rev 165530, libmtp/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2012-08-22 22:28:14 UTC (rev 165531)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Tom Gundersen <teg at jklm.no>
+# Contributor: damir <damir at archlinux.org>
+# Contributor: Kevin Edmonds <edmondskevin at hotmail.com>
+
+pkgname=libmtp
+pkgver=1.1.4
+pkgrel=1
+pkgdesc="Library implementation of the Media Transfer Protocol"
+arch=("i686" "x86_64")
+url="http://libmtp.sourceforge.net"
+license=('LGPL')
+depends=('libusb' 'libgcrypt')
+options=('!libtool')
+source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz")
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --with-udev=/usr/lib/udev
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}
+md5sums=('27d9bcbc925c1ef84869eb27fdda54e8')




More information about the arch-commits mailing list