updated on Fri Jan 20 04:00:45 UTC 2012
[aur-mirror.git] / nautilus-sound-converter / PKGBUILD
blobf5184291fc34042397582044333fde1c64117190
1 # Maintainer: György Balló <ballogy@freestart.hu>
2 pkgname=nautilus-sound-converter
3 pkgver=3.0.1
4 pkgrel=1
5 pkgdesc="Nautilus extension to convert audio files formats"
6 arch=('i686' 'x86_64')
7 url="http://code.google.com/p/nautilus-sound-converter/"
8 license=('GPL')
9 depends=('nautilus>=3.0.0' 'libgnome-media-profiles>=3.0.0')
10 makedepends=('intltool>=0.40.6')
11 options=('!libtool')
12 install=$pkgname.install
13 source=(http://nautilus-sound-converter.googlecode.com/files/$pkgname-$pkgver.tar.xz)
14 sha1sums=('5319fab3b74df43b8e7c293dfdf88b754d3e9db9')
16 build() {
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
22   make
25 package() {
26   cd "$srcdir/$pkgname-$pkgver"
28   make DESTDIR="$pkgdir/" install