updated on Sat Jan 21 04:00:54 UTC 2012
[aur-mirror.git] / qtmtp / PKGBUILD
blob1e84ca9cb88d0e27002e044858116161365a883c
1 # Contributor: Marco Tangaro <marco_tangaro@hotmail.com>
3 pkgname=qtmtp
4 pkgver=0.2.0
5 pkgrel=1
6 pkgdesc="qtmtp is a small tool to manage files on mtp capable MP3-players, it allows upload, download and deleting with this devices in many cases in batch-mode too"
7 arch=('i686' 'x86_64')
8 url="http://www.opendesktop.org/content/show.php/qtmtp?content=106434"
9 license=('GPL')
10 depends=('libmtp' 'taglib' 'qt>=4.4')
11 makedepends=('gcc' 'make')
12 source=(http://www.opendesktop.org/CONTENT/content-files/106434-qtmtp-${pkgver}.tar.gz)
13 md5sums=('9a68115829f76359228f87f904139aa3')
15 build()
17   cd $srcdir/$pkgname-$pkgver
18   ./configure --prefix=/usr || return 1
19   make || return 1
20   install -Dm755 src/qtmtp ${pkgdir}/usr/bin/qtmtp || return 1