mirror of
https://github.com/outbackdingo/ports.git
synced 2026-03-21 19:44:47 +00:00
19 lines
513 B
Plaintext
Executable File
19 lines
513 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
|
|
# homepage : http://bitmath.org/code/mtdev/
|
|
# maintainer : emmett1, emmett1.2miligrams at gmail.com
|
|
|
|
name=mtdev
|
|
version=1.1.5
|
|
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
|
|
}
|
|
|
|
md5sum=(52c9610b6002f71d1642dc1a1cca5ec1)
|