mirror of
https://codeberg.org/kiss-community/repo
synced 2024-12-23 07:40:11 -07:00
xorg: Added eudev
This commit is contained in:
parent
763849defc
commit
496eaa8737
9
xorg/eudev/build
Executable file
9
xorg/eudev/build
Executable 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
1
xorg/eudev/checksums
Normal file
@ -0,0 +1 @@
|
|||||||
|
5648d44958c82ffdd1a247a7abd602a018de49a7cb0653bb74d93e2f1220aaa6 v3.2.8.tar.gz
|
5
xorg/eudev/depends
Normal file
5
xorg/eudev/depends
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
automake make
|
||||||
|
libtool make
|
||||||
|
gperf make
|
||||||
|
libxslt make
|
||||||
|
util-linux make
|
1
xorg/eudev/sources
Normal file
1
xorg/eudev/sources
Normal file
@ -0,0 +1 @@
|
|||||||
|
https://github.com/gentoo/eudev/archive/v3.2.8.tar.gz
|
1
xorg/eudev/version
Normal file
1
xorg/eudev/version
Normal file
@ -0,0 +1 @@
|
|||||||
|
3.2.8 1
|
Loading…
Reference in New Issue
Block a user