summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 673ce63aa017b8e7638c8e4e815ca11ec06627b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Contributor: Sarah Hay <sarahhay@mb.sympatico.ca>
# Maintainer: Kevin Piche <kevin@archlinux.org>

pkgname=gob2
pkgver=2.0.15
pkgrel=1
pkgdesc="GTK Object Builder (GOB) is a simple preprocessor for easily creating GTK objects"
arch=(i686 x86_64)
license=('GPL')
depends=('glib2')
source=(http://ftp.5z.com/pub/gob/${pkgname}-${pkgver}.tar.gz)
url="http://www.5z.com/jirka/gob.html"
md5sums=('0c5ab18305fc37902d202a253fdb28b1')

build() {
  cd ${startdir}/src/${pkgname}-${pkgver}
  ./configure --prefix=/usr
  make || return 1
  make DESTDIR=${startdir}/pkg install
}