updated on Sun Jan 15 20:01:04 UTC 2012
[aur-mirror.git] / mtpsync / PKGBUILD
blob961bfa5908bf82527a9a4fe1f8660c7f60638fff
1 #Contributor: Martin CHlumsky <martin.chlumsky@gmail.com>
2 pkgname=mtpsync
3 pkgver=0.8
4 pkgrel=1
5 pkgdesc="MTPSync is used to syncronize files/music with a MTP device (as supported by libmtp)"
6 arch=(i686)
7 url="http://www.adebenham.com/mtpsync/"
8 depends=('libmtp' 'gtk2' 'gconf' 'libusb' 'readline' 'libid3tag' 'libmad')
9 source=(http://www.adebenham.com/debian/$pkgname\_$pkgver.orig.tar.gz)
10 md5sums=('918bb4ca8e29d01efe6e881bdb9ce222')
11 license="GPL"
13 build() {
14           cd $startdir/src/$pkgname-$pkgver.orig
15 #         ./autogen.sh --prefix=/usr
16         ./configure --prefix=/usr
17           make || return 1
18           make INSTALL="/bin/install -c" DESTDIR=$startdir/pkg install
19         }