milis/talimatname/genel/libinput/talimat

21 lines
615 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Description: Görüntüleme sunucuları ve giriş aygıtlarıyla uğraşmak zorunda kalan diğer uygulamalar için kitaplık
# URL:http://www.freedesktop.org/wiki/Software/libinput/
# Packager: alihan-ozturk28@hotmail.com
# Depends on: libevdev mtdev libwacom
name=libinput
version=1.4.0
release=1
source=(http://freedesktop.org/software/$name/$name-$version.tar.xz )
build() {
cd $name-$version
./configure --prefix=/usr --disable-static \
--with-udev-dir=/lib/udev
make
make DESTDIR=$PKG install
install -v -dm755 $PKG/usr/share/doc/libinput-$version
cp -rv doc/html/* $PKG/usr/share/doc/libinput-$version
}