[notify] xorg-libevdev-32: initial import for libinput-32
This commit is contained in:
parent
acb949f2b7
commit
4e913735b7
0
xorg-libevdev-32/.32bit
Normal file
0
xorg-libevdev-32/.32bit
Normal file
9
xorg-libevdev-32/.footprint
Normal file
9
xorg-libevdev-32/.footprint
Normal 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/libevdev.a
|
||||
-rwxr-xr-x root/root usr/lib32/libevdev.la
|
||||
lrwxrwxrwx root/root usr/lib32/libevdev.so -> libevdev.so.2.1.19
|
||||
lrwxrwxrwx root/root usr/lib32/libevdev.so.2 -> libevdev.so.2.1.19
|
||||
-rwxr-xr-x root/root usr/lib32/libevdev.so.2.1.19
|
||||
drwxr-xr-x root/root usr/lib32/pkgconfig/
|
||||
-rw-r--r-- root/root usr/lib32/pkgconfig/libevdev.pc
|
1
xorg-libevdev-32/.md5sum
Normal file
1
xorg-libevdev-32/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
4f1cfaee8d75ea3fbbfeb99a98730952 libevdev-1.5.7.tar.xz
|
5
xorg-libevdev-32/.signature
Normal file
5
xorg-libevdev-32/.signature
Normal file
@ -0,0 +1,5 @@
|
||||
untrusted comment: verify with /etc/ports/compat-32.pub
|
||||
RWSwxGo/zH7eXculTngPgjHyauyNf320ZtXuJWazfnl66ffNaZXRCaBEuRM0c1mTZGDeKuNgiqyKWwgfFGGaZ1a/rX6m85go9g0=
|
||||
SHA256 (Pkgfile) = 6c6887646bae33db3660c2f0c976ae56afe60e732cd52a368be3b7e8e2b80737
|
||||
SHA256 (.footprint) = d5bd715bc3bc2905b31775d88cff69279ea36cbf2f7eb0cd11076fe3bc40cac2
|
||||
SHA256 (libevdev-1.5.7.tar.xz) = a1e59e37a2f0d397ffd7e83b73af0e638db83b8dd08902ef0f651a21cc1dd422
|
22
xorg-libevdev-32/Pkgfile
Normal file
22
xorg-libevdev-32/Pkgfile
Normal file
@ -0,0 +1,22 @@
|
||||
# Description: Wrapper library for evdev devices
|
||||
# URL: http://xorg.freedesktop.org
|
||||
# Maintainer: CRUX compat-32 Team, compat-32-ports at crux dot nu
|
||||
# Depends on: python-32 xorg-libevdev
|
||||
|
||||
name=xorg-libevdev-32
|
||||
version=1.5.7
|
||||
release=2
|
||||
source=(https://www.freedesktop.org/software/libevdev/libevdev-$version.tar.xz)
|
||||
|
||||
build() {
|
||||
cd libevdev-$version
|
||||
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--libdir=/usr/lib32
|
||||
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
|
||||
rm -r $PKG/usr/{bin,include,share}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user