1 # Maintainer: György Balló <ballogy@freestart.hu>
2 pkgname=nautilus-sound-converter
5 pkgdesc="Nautilus extension to convert audio files formats"
7 url="http://code.google.com/p/nautilus-sound-converter/"
9 depends=('nautilus>=3.0.0' 'libgnome-media-profiles>=3.0.0')
10 makedepends=('intltool>=0.40.6')
12 install=$pkgname.install
13 source=(http://nautilus-sound-converter.googlecode.com/files/$pkgname-$pkgver.tar.xz)
14 sha1sums=('5319fab3b74df43b8e7c293dfdf88b754d3e9db9')
17 cd "$srcdir/$pkgname-$pkgver"
19 ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
20 --disable-static --disable-schemas-install \
21 --with-gconf-schema-file-dir=/usr/share/gconf/schemas
26 cd "$srcdir/$pkgname-$pkgver"
28 make DESTDIR="$pkgdir/" install