Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # Maintainer: Nicolas Quiénot < niQo at aur >
- # Contributor: Damián Nohales <damiannohales at gmail.com>
- pkgname=evemu
- pkgver=2.0.0
- pkgrel=1
- pkgdesc="Tools and bindings for kernel input event device emulation and data capture and replay."
- arch=(i686 x86_64)
- url="http://www.freedesktop.org/wiki/Evemu"
- license=(GPL3)
- depends=('glibc' 'python2')
- provides=('utouch-evemu')
- conflicts=('utouch-evemu')
- replaces=('utouch-evemu')
- options=('!libtool')
- source=(http://www.freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz)
- md5sums=('c9eb014f2b536eca5b70ada93810f395')
- build() {
- cd "$srcdir/$pkgname-$pkgver"
- PYTHON=/usr/bin/python2 ./configure --prefix=/usr
- make
- }
- package() {
- cd "$srcdir/$pkgname-$pkgver"
- make DESTDIR="$pkgdir" install
- }
Advertisement
Add Comment
Please, Sign In to add comment