summaryrefslogtreecommitdiffstats
path: root/gok/Pkgfile
blob: 8808775339c4743fa0fb6d9caa558b38553b697a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Description: GNOME On-Screen Keyboard
# URL: http://www.gok.ca/
# Maintainer: Matt Housh, jaeger at morpheus dot net
# Packager: jaeger at morpheus dot net
# Depends on: at-spi, libgnomeui, libwnck, gnome-speech, libcanberra
# Run on: at-spi,libgnomeui,libwnck,gnome-speech,libcanberra,rarian

name=gok
version=2.30.1
release=1
source=(http://ftp.acc.umu.se/pub/GNOME/sources/$name/${version%.*}/$name-$version.tar.bz2)

build() {
	cd $name-$version
	./configure --prefix=/usr \
		--sysconfdir=/etc \
		--disable-schemas-install
	make
	make DESTDIR=$PKG install
}