with udev rules and ev_calibrate

This commit is contained in:
Gwenhael Le Moine 2010-03-04 17:23:18 +07:00
parent a189e6bcd1
commit 4a18ee13e4

View file

@ -47,13 +47,16 @@ CPPFLAGS="$SLCKFLAGS" \
./configure \ ./configure \
--prefix=$PREFIX \ --prefix=$PREFIX \
--mandir=$PREFIX/man \ --mandir=$PREFIX/man \
--libdir=$PREFIX/lib$(echo "$ARCH" | grep -o "64") --libdir=$PREFIX/lib$(echo "$ARCH" | grep -o "64") \
--enable-udevinstall \
--enable-evcalibrate
# compilation # compilation
make -j3 PREFIX=$PREFIX make -j3 PREFIX=$PREFIX
# installation # installation
make install DESTDIR=$PKG make install DESTDIR=$PKG
mv $PKG$PREFIX/lib$(echo "$ARCH" | grep -o "64")/xf86-input-evtouch/ $PKG$PREFIX/bin
# correction # correction
cd $PKG cd $PKG