summaryrefslogtreecommitdiff
path: root/extra/libmtp/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/libmtp/PKGBUILD')
-rw-r--r--extra/libmtp/PKGBUILD10
1 files changed, 4 insertions, 6 deletions
diff --git a/extra/libmtp/PKGBUILD b/extra/libmtp/PKGBUILD
index c62b8199e..9632630d0 100644
--- a/extra/libmtp/PKGBUILD
+++ b/extra/libmtp/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 123216 2011-05-09 10:21:51Z jgc $
+# $Id: PKGBUILD 127351 2011-06-13 11:09:19Z stephane $
# Contributor: damir <damir@archlinux.org>
# Contributor: Kevin Edmonds <edmondskevin@hotmail.com>
pkgname=libmtp
-pkgver=1.0.6
+pkgver=1.1.0
pkgrel=1
pkgdesc="library implementation of the Media Transfer Protocol"
arch=("i686" "x86_64")
@@ -13,17 +13,15 @@ depends=('libusb-compat')
makedepends=('doxygen')
options=('!libtool')
source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('7d3c624d768adba8537f8bc9c0a82cbf')
+md5sums=('fd7b293436528f4c780a9da6e5cc5398')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
- ./configure --prefix=/usr
+ ./configure --prefix=/usr --with-udev-rules=52-libmtp.rules
make
}
package() {
cd "${srcdir}/${pkgname}-${pkgver}"
make DESTDIR="${pkgdir}" install
-
- install -D -m0644 libmtp.rules "${pkgdir}/lib/udev/rules.d/52-libmtp.rules"
}