summaryrefslogtreecommitdiffstats
path: root/gok/Pkgfile
blob: 8a1f693f5e5b5f23254218304229a063f1cc6e7f (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, rarian, desktop-file-utils
# Run on: at-spi,libgnomeui,libwnck,gnome-speech,libcanberra,rarian,desktop-file-utils

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
}