1 # Contributor: Mark Rosenstand <mark@borkware.net>
5 pkgdesc="Tell Nautilus about your build system"
6 url="http://taschenorakel.de/mathias/bulldozer/"
8 makedepends=('gtk-doc')
9 source=(http://taschenorakel.de/svn/repos/bulldozer/releases/$pkgname-$pkgver.tar.bz2)
10 md5sums=('beaf8be845bd09a959650a9ca3c552a8')
13 cd $startdir/src/$pkgname-$pkgver
14 make prefix=/opt/gnome || return 1
15 make prefix=/opt/gnome DESTDIR=$startdir/pkg install
17 # not needed (makepkg will kill /usr/share/doc)
18 rm -rf $startdir/pkg/usr