updated on Wed Jan 25 08:34:36 UTC 2012
[aur-mirror.git] / newton / PKGBUILD
blobb86947e15adf705a575ec4cc92a5fdfa0d3e0425
1 # Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
3 pkgname=newton
4 pkgver=0.0.9
5 pkgrel=2
6 pkgdesc="Dsktop wiki applet for the GNOME2 desktop environment"
7 url="http://newton.sf.net"
8 arch=('x86_64')
9 license=('GPL')
10 makedepends=('gnome-python-extras')
11 source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
12 md5sums=('04014328fc35adde32b7448571777c82')
14 build() {
15   cd $srcdir/$pkgname-$pkgver
16   ./configure --prefix=/opt/gnome
17   make || return 1
18   make DESTDIR=$pkgdir install