CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
mesa3d: updated to 17.3.9
[ports/xorg-arm64.git] / mtdev / Pkgfile
CommitLineData
e2566eff
VM
1# Description: Kernel multi-touch transformation library
2# URL: http://launchpad.net/mtdev
3# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
4# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
5
6name=mtdev
7version=1.1.5
8release=1
9source=(http://launchpad.net/$name/trunk/$version/+download/$name-$version.tar.gz)
10
11build() {
12 cd $name-$version
13
14 ./configure --prefix=/usr \
15 --build=aarch64-unknown-linux-gnueabi
16
17 make
18 make DESTDIR=$PKG install
19}