summaryrefslogtreecommitdiff
path: root/extra/libmtp
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2011-12-24 23:14:50 +0000
committerroot <root@rshg054.dnsready.net>2011-12-24 23:14:50 +0000
commit2d2e64c7c198ff82ea6e306f7673168dcf5ddca7 (patch)
treed1db6175abc5826c498c3140c028b5b7fbac5ee1 /extra/libmtp
parentd53a615fd6ab6dfeb42da11086f96698cb08fe40 (diff)
Sat Dec 24 23:14:50 UTC 2011
Diffstat (limited to 'extra/libmtp')
-rw-r--r--extra/libmtp/PKGBUILD11
1 files changed, 5 insertions, 6 deletions
diff --git a/extra/libmtp/PKGBUILD b/extra/libmtp/PKGBUILD
index 9632630d0..811b29c8f 100644
--- a/extra/libmtp/PKGBUILD
+++ b/extra/libmtp/PKGBUILD
@@ -1,23 +1,22 @@
-# $Id: PKGBUILD 127351 2011-06-13 11:09:19Z stephane $
+# $Id: PKGBUILD 145614 2011-12-24 03:54:58Z dreisner $
# Contributor: damir <damir@archlinux.org>
# Contributor: Kevin Edmonds <edmondskevin@hotmail.com>
pkgname=libmtp
-pkgver=1.1.0
+pkgver=1.1.1
pkgrel=1
pkgdesc="library implementation of the Media Transfer Protocol"
arch=("i686" "x86_64")
url="http://libmtp.sourceforge.net"
license=('LGPL')
depends=('libusb-compat')
-makedepends=('doxygen')
options=('!libtool')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('fd7b293436528f4c780a9da6e5cc5398')
+source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz")
+md5sums=('073e1c2a00ba377f68dce47727e185ae')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
- ./configure --prefix=/usr --with-udev-rules=52-libmtp.rules
+ ./configure --prefix=/usr
make
}