updated on Fri Jan 6 08:01:17 UTC 2012
[aur-mirror.git] / id34mtp / PKGBUILD
blob3c0499b11d116dc407a38a06326ae21cc46675c4
1 #Contributor: Kevin Edmonds <edmondskevin@hotmail.com>
2 pkgname=id34mtp
3 pkgver=0.0.2c
4 pkgrel=3
5 pkgdesc="command line tool for transfering mp3's to devices that use the MTP protocol + supplies MTP metadata read from id3 tags"
6 url="http://sourceforge.net/projects/id34mtp"
7 depends=('ncurses' 'libmtp>=0.0.4')
8 source=(http://dl.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz \
9 id34mtp.patch)
10 md5sums=('0ff68c8bbd1c1d69be8e5b09e067b1cc' 'f14d281c7d9eea1a78441bdfd532365f')
12 build() {
13   cd $startdir/src/$pkgname
14   patch -Np1 -i ../id34mtp.patch
15   ./configure --prefix=/usr
16   make || return 1
17   make DESTDIR=$startdir/pkg install