summaryrefslogtreecommitdiff
path: root/repo/xf86-input-wacom/xf86-input-wacom.xibuild
blob: 5b44930b3376178968dc0ee5b1291c1fb8ef79e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/bin/sh

MAKEDEPS="make"
DEPS="libxi libxinerama libxrandr"

DESC="X.Org Wacom tablet driver"

PKG_VER=1.1.0
SOURCE=https://github.com/linuxwacom/xf86-input-wacom/releases/download/xf86-input-wacom-$PKG_VER/xf86-input-wacom-$PKG_VER.tar.bz2

build () {
    ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --disable-static --with-systemd-unit-dir=no 
    make
}

package () {
    make DESTDIR=$PKG_DEST install
}