2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-04 15:02:27 +00:00

xorg: Added eudev

This commit is contained in:
Dylan Araps 2019-07-07 12:00:03 +03:00
parent 763849defc
commit 496eaa8737
5 changed files with 17 additions and 0 deletions

9
xorg/eudev/build Executable file
View File

@ -0,0 +1,9 @@
#!/bin/sh -e
./configure \
--prefix=/usr \
--enable-hwdb \
--disable-introspection
make
make DESTDIR="$1" install

1
xorg/eudev/checksums Normal file
View File

@ -0,0 +1 @@
5648d44958c82ffdd1a247a7abd602a018de49a7cb0653bb74d93e2f1220aaa6 v3.2.8.tar.gz

5
xorg/eudev/depends Normal file
View File

@ -0,0 +1,5 @@
automake make
libtool make
gperf make
libxslt make
util-linux make

1
xorg/eudev/sources Normal file
View File

@ -0,0 +1 @@
https://github.com/gentoo/eudev/archive/v3.2.8.tar.gz

1
xorg/eudev/version Normal file
View File

@ -0,0 +1 @@
3.2.8 1