[notify] mtdev-32: initial import for libinput-32

This commit is contained in:
Danny Rawlins 2018-03-06 23:44:04 +11:00
parent 5b9ce975d9
commit acb949f2b7
5 changed files with 37 additions and 0 deletions

0
mtdev-32/.32bit Normal file
View File

9
mtdev-32/.footprint Normal file
View File

@ -0,0 +1,9 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/lib32/
-rw-r--r-- root/root usr/lib32/libmtdev.a
-rwxr-xr-x root/root usr/lib32/libmtdev.la
lrwxrwxrwx root/root usr/lib32/libmtdev.so -> libmtdev.so.1.0.0
lrwxrwxrwx root/root usr/lib32/libmtdev.so.1 -> libmtdev.so.1.0.0
-rwxr-xr-x root/root usr/lib32/libmtdev.so.1.0.0
drwxr-xr-x root/root usr/lib32/pkgconfig/
-rw-r--r-- root/root usr/lib32/pkgconfig/mtdev.pc

1
mtdev-32/.md5sum Normal file
View File

@ -0,0 +1 @@
7fdbc6d16cf6fcc2c5c4537f84141cf8 mtdev-1.1.5.tar.gz

5
mtdev-32/.signature Normal file
View File

@ -0,0 +1,5 @@
untrusted comment: verify with /etc/ports/compat-32.pub
RWSwxGo/zH7eXcjI77ex9WHeNyw+XF5BbEi3mE4qyA3QHYzxcff4wPAk0dw19brlC2Xhp8zEM3cEGZFZ1YNT2XfL7w5kj/fxpQI=
SHA256 (Pkgfile) = 0a3008dcc0ce8f23cdf4b35b6bb6b85a9533fdf3f22111a3a78908ba9520a25d
SHA256 (.footprint) = f4bd905d88fb0eb14fafd80145c3229f038cf06a618968c168aa99598be897ec
SHA256 (mtdev-1.1.5.tar.gz) = a662924dd09cf538c8df66514da345e40c3cbfa880cc7262bc3b55ee46d0c1f4

22
mtdev-32/Pkgfile Normal file
View File

@ -0,0 +1,22 @@
# Description: Kernel multi-touch transformation library
# URL: http://launchpad.net/mtdev
# Maintainer: CRUX compat-32 Team, compat-32-ports at crux dot nu
# Depends on: mtdev
name=mtdev-32
version=1.1.5
release=1
source=(https://launchpad.net/${name%-*}/trunk/$version/+download/${name%-*}-$version.tar.gz)
build() {
cd ${name%-*}-$version
./configure \
--prefix=/usr \
--libdir=/usr/lib32
make
make DESTDIR=$PKG install
rm -r $PKG/usr/{bin,include}
}