milis/talimatname/genel/l/libevdev/talimat

18 lines
427 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.

# Tanım: Libevdev paketi Xorg giriş sürücüleri için ortak işlevler içerir.
# URL: http://www.freedesktop.org/wiki/Software/libevdev/
# Paketçi: milisarge
# Gerekler: python
name=libevdev
version=1.4.6
release=1
source=( http://www.freedesktop.org/software/libevdev/$name-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
make
make DESTDIR=$PKG install
}