summaryrefslogtreecommitdiffstats
path: root/gnome/gob/Pkgfile
blob: 3f20c1f75b1a59d40a064c1bbfd182c805c99489 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Description: The GObject Builder
# URL: http://www.5z.com/jirka/gob.html
# Maintainer: Matt Housh, jaeger at morpheus dot net
# Depends on: bison, flex, glib, gtk

name=gob
version=2.0.16
release=2
source=(http://ftp.5z.com/pub/$name/gob2-$version.tar.gz)

build() {
	cd gob2-$version
	./configure --prefix=/usr \
		--mandir=/usr/share/man
	make
	make DESTDIR=$PKG install
}