summaryrefslogtreecommitdiffstats
path: root/xorg-xf86-input-wacom/Pkgfile
blob: f4e05d3de25c09e9e3827ce490a0a322457316a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Description: Pilote Wacom pour Xorg.
# URL: http://linuxwacom.sf.net/
# Maintainer: http://linuxwacom.git.sourceforge.net/
# Packager: piernov <piernov@piernov.org>
# Depends on: xorg-server
# Run on: xorg-server

name=xorg-xf86-input-wacom
realname=xf86-input-wacom
version=0.15.0
release=1
source=(http://downloads.sourceforge.net/linuxwacom/$realname-$version.tar.bz2)

build() {
	cd $realname-$version
	./configure $XORG_CONFIG \
		--with-xorg-module-dir=$XORG_PREFIX/lib/X11/modules
	make
	make DESTDIR=$PKG install
}