Skip to content

Instantly share code, notes, and snippets.

Created October 19, 2014 08:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/df0e8dfeaf2c91b232c1 to your computer and use it in GitHub Desktop.
Save anonymous/df0e8dfeaf2c91b232c1 to your computer and use it in GitHub Desktop.
libinput/Pkgfile
# Description: libinput is a library to handle input devices in Wayland compositors and to provide a generic X.Org input driver.
# URL: http://www.freedesktop.org/wiki/Software/libinput/
# Maintainer: Kristian Lehmann, email at zero-io dot net
# Depends on: mtdev eudev xorg-libevdev
name=libinput
version=0.6.0
release=1
source=(http://www.freedesktop.org/software/$name/$name-$version.tar.xz)
build() {
cd $name-$version
autoreconf -i
./configure --prefix=/usr
make
make install DESTDIR=$PKG
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment