[arch-commits] Commit in libmtp/repos (4 files)
Tom Gundersen
tomegun at nymeria.archlinux.org
Tue Mar 26 09:38:18 UTC 2013
Date: Tuesday, March 26, 2013 @ 10:38:18
Author: tomegun
Revision: 180776
archrelease: copy trunk to testing-i686, testing-x86_64
Added:
libmtp/repos/testing-i686/
libmtp/repos/testing-i686/PKGBUILD
(from rev 180775, libmtp/trunk/PKGBUILD)
libmtp/repos/testing-x86_64/
libmtp/repos/testing-x86_64/PKGBUILD
(from rev 180775, 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 180775, libmtp/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD (rev 0)
+++ testing-i686/PKGBUILD 2013-03-26 09:38:18 UTC (rev 180776)
@@ -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.6
+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=('87835626dbcf39e62bfcdd4ae6da2063')
Copied: libmtp/repos/testing-x86_64/PKGBUILD (from rev 180775, libmtp/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-03-26 09:38:18 UTC (rev 180776)
@@ -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.6
+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=('87835626dbcf39e62bfcdd4ae6da2063')
More information about the arch-commits
mailing list