compat-32/mtdev-32/Pkgfile

23 lines
442 B
Plaintext
Raw Normal View History

# Description: Kernel multi-touch transformation library
2024-04-08 07:14:12 +02:00
# URL: https://bitmath.org/code/mtdev/
# Maintainer: CRUX compat-32 Team, compat-32-ports at crux dot nu
# Depends on: mtdev
name=mtdev-32
2024-04-08 07:14:12 +02:00
version=1.1.7
release=1
2024-04-08 07:14:12 +02:00
source=(https://bitmath.org/code/mtdev/mtdev-$version.tar.bz2)
build() {
cd ${name%-*}-$version
./configure \
--prefix=/usr \
--libdir=/usr/lib32
make
make DESTDIR=$PKG install
rm -r $PKG/usr/{bin,include}
}