eagleoneraptor

evemu-2.0.0

Aug 14th, 2014
263
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. # Maintainer: Nicolas Quiénot < niQo at aur >
  2. # Contributor: Damián Nohales <damiannohales at gmail.com>
  3.  
  4. pkgname=evemu
  5. pkgver=2.0.0
  6. pkgrel=1
  7. pkgdesc="Tools and bindings for kernel input event device emulation and data capture and replay."
  8. arch=(i686 x86_64)
  9. url="http://www.freedesktop.org/wiki/Evemu"
  10. license=(GPL3)
  11. depends=('glibc' 'python2')
  12. provides=('utouch-evemu')
  13. conflicts=('utouch-evemu')
  14. replaces=('utouch-evemu')
  15. options=('!libtool')
  16. source=(http://www.freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz)
  17. md5sums=('c9eb014f2b536eca5b70ada93810f395')
  18.  
  19. build() {
  20. cd "$srcdir/$pkgname-$pkgver"
  21.  
  22. PYTHON=/usr/bin/python2 ./configure --prefix=/usr
  23. make
  24. }
  25.  
  26. package() {
  27. cd "$srcdir/$pkgname-$pkgver"
  28.  
  29. make DESTDIR="$pkgdir" install
  30. }
Advertisement
Add Comment
Please, Sign In to add comment