18 lines
360 B
Plaintext
18 lines
360 B
Plaintext
|
# Description: Kernel multi-touch transformation library
|
||
|
# URL: http://launchpad.net/mtdev
|
||
|
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
|
||
|
|
||
|
name=mtdev
|
||
|
version=1.1.5
|
||
|
release=1
|
||
|
source=(http://launchpad.net/$name/trunk/$version/+download/$name-$version.tar.gz)
|
||
|
|
||
|
build() {
|
||
|
cd $name-$version
|
||
|
|
||
|
./configure --prefix=/usr
|
||
|
|
||
|
make
|
||
|
make DESTDIR=$PKG install
|
||
|
}
|