initial import
This commit is contained in:
40
xenocara-input-void/PKGBUILD
Normal file
40
xenocara-input-void/PKGBUILD
Normal file
@@ -0,0 +1,40 @@
|
||||
# Maintainer: Jesus E. <heckyel@riseup.net>
|
||||
|
||||
# Based on xf86-input-void package
|
||||
|
||||
pkgname=xenocara-input-void
|
||||
_openbsdver=6.9
|
||||
pkgver=1.4.1
|
||||
pkgrel=3
|
||||
pkgdesc="Xenocara void input driver"
|
||||
arch=(i686 x86_64)
|
||||
license=('Expat')
|
||||
url="https://www.xenocara.org"
|
||||
depends=('glibc')
|
||||
makedepends=('xenocara-server-devel' 'X-ABI-XINPUT_VERSION=24.1' 'xenocara-proto' 'xenocara-util-macros')
|
||||
provides=('xf86-input-void')
|
||||
conflicts=('xf86-input-void' 'xenocara-server<1.20' 'X-ABI-XINPUT_VERSION<24.1' 'X-ABI-XINPUT_VERSION>=25')
|
||||
replaces=('xf86-input-void')
|
||||
groups=('xenocara-drivers' 'xorg-drivers')
|
||||
source=(https://repo.hyperbola.info:50000/sources/xenocara-libre/$_openbsdver/driver/xf86-input-void-$pkgver.tar.lz{,.sig})
|
||||
sha512sums=('4d515466aa28816dcc49ff032e3c1b36d1e09efefb8b804b079a93b51a6c42e8add616a56e80477165259d58c0e00a3152f386c3005bfcbba444ff26fd4874e1'
|
||||
'SKIP')
|
||||
validpgpkeys=('C92BAA713B8D53D3CAE63FC9E6974752F9704456') # André Silva
|
||||
|
||||
prepare() {
|
||||
cd "xenocara-$_openbsdver/driver/xf86-input-void"
|
||||
autoreconf -vfi
|
||||
}
|
||||
|
||||
build() {
|
||||
cd "xenocara-$_openbsdver/driver/xf86-input-void"
|
||||
./configure --prefix=/usr
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "xenocara-$_openbsdver/driver/xf86-input-void"
|
||||
make DESTDIR="$pkgdir" install
|
||||
|
||||
install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
|
||||
}
|
||||
Reference in New Issue
Block a user