summaryrefslogblamecommitdiff
path: root/user/libwacom/APKBUILD
blob: aa80bcae0d7e95b5495e5be26de5f431c9b3b0f5 (plain) (tree)
1
2
3
4
5
6
7
8
9
10


                                                 
          
        




                                        
                             
                                                  
                                       
                                                                                                          
                       
         

         




                                         


         
                           


           
                                                

 

                                                                                                                                                                  
# Contributor: Ivan Tham <pickfire@riseup.net>
# Maintainer: A. Wilcox <awilfox@adelielinux.org>
pkgname=libwacom
pkgver=1.3
pkgrel=0
pkgdesc="Tablet description library"
url="http://linuxwacom.sourceforge.net/"
arch="all"
license="MIT"
depends=""
checkdepends="bash findutils"
makedepends="libgudev-dev libxml2-dev meson ninja"
subpackages="$pkgname-dev $pkgname-doc"
source="https://github.com/linuxwacom/libwacom/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.bz2
	musl-test.patch
	"

build() {
	meson \
		-Dprefix=/usr \
		-Dtest_deprecated=false \
		build
	ninja -C build
}

check() {
	ninja -C build test
}

package() {
	DESTDIR="$pkgdir" ninja -C build install
}

sha512sums="beb92051d1a2be5079518b9f254e5621bf7c13ab92f811d5a1b7d19eb0ecddb28d94db0e1724b379be8970b0de0e7d3eb4d3c15b4aeedacc623357e10740355c  libwacom-1.3.tar.bz2
62b1a137d74e32bd38f807e1dd51150a59f8be105cf1f8a56ec7da8d7139ec5dcd7e4590e12e5cd1e4a81a34d9a50d4c82df933187026760a39f351b4b5d1789  musl-test.patch"