updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / buzztard / PKGBUILD
blob888116aeefa6c5e3017d71208bc1fab4abf3134c
1 # Maintainer: SpepS <dreamspepser at yahoo dot it>
2 # Contributor: Angelo Theodorou <encelo@users.sourceforge.net>
4 pkgname=buzztard
5 pkgver=0.6.0
6 pkgrel=1
7 pkgdesc="A modular, free, open source music studio that is conceptually based on Buzz."
8 arch=('i686' 'x86_64')
9 url="http://www.buzztard.org"
10 license=('LGPL')
11 depends=('gst-buzztard>=0.6.0' 'libgsf' 'libgnomecanvas' 'gstreamer0.10-base' 'gconf'
12          'desktop-file-utils' 'hicolor-icon-theme')
13 makedepends=('intltool' 'gtk-doc')
14 options=('!libtool' '!emptydirs')
15 install="$pkgname.install"
16 source=("http://downloads.sourceforge.net/sourceforge/buzztard/$pkgname-$pkgver.tar.gz")
17 md5sums=('3c5bd98c9332963b63fc048d54d2ea29')
19 build() {
20   cd "$srcdir/$pkgname-$pkgver"
22   ./configure --prefix=/usr \
23               --enable-static=no \
24               --with-gconf-schema-file-dir=/usr/share/gconf/schemas
25   make
28 package() {
29   cd "$srcdir/$pkgname-$pkgver"
31   make DESTDIR="$pkgdir/" install
33   # Deleting unneeded files
34   rm -f "$pkgdir/usr/share/applications/mimeinfo.cache"
35   find "$pkgdir/usr/share/mime" -maxdepth 1 -type f -exec rm {} \;