milis/talimatname/genel/l/libevdev/talimat
2018-08-03 08:19:51 +00:00

18 lines
436 B
Text
Raw Permalink 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.

# Tanım: Libevdev paketi Xorg giriş sürücüi için ortak işlevler içerir.
# URL: http://www.freedesktop.org/wiki/Software/libevdev/
# Paketçi: milisarge
# Gerekler: python
# Grup: kütüphane
isim=libevdev
surum=1.4.6
devir=1
kaynak=( http://www.freedesktop.org/software/libevdev/$isim-$surum.tar.xz)
derle() {
cd $isim-$surum
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
make
make DESTDIR=$PKG install
}