mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 04:16:46 +02:00
testing/xf86-input-wacom: new aport
http://linuxwacom.sourceforge.net/ X.org Wacom tablet input driver
This commit is contained in:
parent
c7821f69d5
commit
7da4e0efc8
35
testing/xf86-input-wacom/APKBUILD
Normal file
35
testing/xf86-input-wacom/APKBUILD
Normal file
@ -0,0 +1,35 @@
|
||||
# Contributor: Ivan Tham <pickfire@riseup.net>
|
||||
# Maintainer: Ivan Tham <pickfire@riseup.net>
|
||||
pkgname=xf86-input-wacom
|
||||
pkgver=0.34.2
|
||||
pkgrel=0
|
||||
pkgdesc="X.org Wacom tablet input driver"
|
||||
url="http://linuxwacom.sourceforge.net/"
|
||||
arch="all"
|
||||
license="GPL2"
|
||||
depends=""
|
||||
makedepends="xorg-server-dev libxext-dev libxi-dev libxrandr-dev
|
||||
libxinerama-dev eudev-dev"
|
||||
checkdepends="bash findutils"
|
||||
install=""
|
||||
subpackages="$pkgname-dev $pkgname-doc"
|
||||
source="https://downloads.sourceforge.net/project/linuxwacom/$pkgname/$pkgname-$pkgver.tar.bz2"
|
||||
builddir="$srcdir/"$pkgname-$pkgver
|
||||
|
||||
build() {
|
||||
cd "$builddir"
|
||||
./configure --prefix=/usr || return 1
|
||||
make || return 1
|
||||
}
|
||||
|
||||
check() {
|
||||
cd "$builddir"
|
||||
make check || return 1
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "$builddir"
|
||||
make DESTDIR="$pkgdir" install || return 1
|
||||
}
|
||||
|
||||
sha512sums="882a72c90838ad0cba1386629ac307adac69ed30d7bd3dcbd0cfa5d80c177eceeb09675eda45f01c61e726136f894bb3dda3f2b9b4b195287b6fcb4b00214c8e xf86-input-wacom-0.34.2.tar.bz2"
|
||||
Loading…
x
Reference in New Issue
Block a user