xorg/mtdev/Pkgfile

18 lines
361 B
Plaintext
Raw Normal View History

# Description: Kernel multi-touch transformation library
# URL: https://launchpad.net/mtdev
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
name=mtdev
2020-05-27 15:17:08 +02:00
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
}