mirror of
https://github.com/outbackdingo/ports.git
synced 2026-02-05 08:28:03 +00:00
16 lines
371 B
Plaintext
Executable File
16 lines
371 B
Plaintext
Executable File
# description : Multitouch Protocol Translation Library which is used to transform all variants of kernel MT (Multitouch) events to the slotted type B protocol
|
|
|
|
name=mtdev
|
|
version=1.1.6
|
|
release=1
|
|
source="http://bitmath.org/code/$name/$name-$version.tar.bz2"
|
|
|
|
build() {
|
|
cd $name-$version
|
|
|
|
./configure --prefix=/usr --disable-static
|
|
make
|
|
make DESTDIR=$PKG install
|
|
}
|
|
|