18 lines
361 B
Plaintext
18 lines
361 B
Plaintext
# Description: Kernel multi-touch transformation library
|
|
# URL: https://launchpad.net/mtdev
|
|
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
|
|
|
|
name=mtdev
|
|
version=1.1.6
|
|
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
|
|
}
|