PKGBUILDs/community/gobby/PKGBUILD
2009-10-09 21:15:33 -05:00

22 lines
803 B
Bash

# $Id: PKGBUILD 82 2009-07-17 19:56:55Z aaron $
# Contributor: William Rea <sillywilly@gmail.com>
# Maintainer: Angel 'angvp' Velasquez <angvp[at]archlinux.com.ve>
pkgname=gobby
pkgver=0.4.10
pkgrel=1
pkgdesc="A collaborative text editor"
arch=('i686' 'x86_64')
url="http://gobby.0x539.de"
license=('GPL')
depends=('obby' 'libxml++2' 'gtkmm' 'gnome-vfs' 'libbonobo' 'libgtksourceviewmm2' 'gtksourceview2')
makedepends=('gettext' 'intltool')
source=(http://releases.0x539.de/gobby/gobby-$pkgver.tar.gz)
md5sums=('f100f0bfa51970f0d093f870a695054f')
build() {
cd $startdir/src/gobby-$pkgver
./configure --prefix=/usr --with-gnome
make || return 1
make DESTDIR=$startdir/pkg install
install -D -m644 contrib/gobby.desktop \
$startdir/pkg/usr/share/applications/gobby.desktop
}