diff options
author | Danny Rawlins <monster.romster@gmail.com> | 2018-03-06 23:44:04 +1100 |
---|---|---|
committer | Danny Rawlins <monster.romster@gmail.com> | 2018-03-06 23:44:04 +1100 |
commit | acb949f2b78e78dc86810ef7a57e3fdcf62214ba (patch) | |
tree | cf686e75eca0ce4c609c89053f7da2d104fb0c7c /mtdev-32 | |
parent | 5b9ce975d9f673f501499bf375f28140498cb571 (diff) | |
download | compat-32-acb949f2b78e78dc86810ef7a57e3fdcf62214ba.tar.gz compat-32-acb949f2b78e78dc86810ef7a57e3fdcf62214ba.tar.xz |
[notify] mtdev-32: initial import for libinput-32
Diffstat (limited to 'mtdev-32')
-rw-r--r-- | mtdev-32/.32bit | 0 | ||||
-rw-r--r-- | mtdev-32/.footprint | 9 | ||||
-rw-r--r-- | mtdev-32/.md5sum | 1 | ||||
-rw-r--r-- | mtdev-32/.signature | 5 | ||||
-rw-r--r-- | mtdev-32/Pkgfile | 22 |
5 files changed, 37 insertions, 0 deletions
diff --git a/mtdev-32/.32bit b/mtdev-32/.32bit new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/mtdev-32/.32bit diff --git a/mtdev-32/.footprint b/mtdev-32/.footprint new file mode 100644 index 00000000..311f126d --- /dev/null +++ b/mtdev-32/.footprint @@ -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 diff --git a/mtdev-32/.md5sum b/mtdev-32/.md5sum new file mode 100644 index 00000000..02367dff --- /dev/null +++ b/mtdev-32/.md5sum @@ -0,0 +1 @@ +7fdbc6d16cf6fcc2c5c4537f84141cf8 mtdev-1.1.5.tar.gz diff --git a/mtdev-32/.signature b/mtdev-32/.signature new file mode 100644 index 00000000..64764cdb --- /dev/null +++ b/mtdev-32/.signature @@ -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 diff --git a/mtdev-32/Pkgfile b/mtdev-32/Pkgfile new file mode 100644 index 00000000..c86bbbb6 --- /dev/null +++ b/mtdev-32/Pkgfile @@ -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} +} |