summaryrefslogtreecommitdiffstats
path: root/xorg-xf86-input-wacom/Pkgfile
blob: 76311af773a37c623430ef64ec940301dd22cff4 (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.14.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
}