1 # Contributor: Marco Tangaro <marco_tangaro@hotmail.com>
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"
8 url="http://www.opendesktop.org/content/show.php/qtmtp?content=106434"
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')
17 cd $srcdir/$pkgname-$pkgver
18 ./configure --prefix=/usr || return 1
20 install -Dm755 src/qtmtp ${pkgdir}/usr/bin/qtmtp || return 1