mirror of
https://codeberg.org/kiss-community/repo
synced 2024-12-22 07:10:16 -07:00
xset: new package at 1.2.4
This commit is contained in:
parent
162b6f6918
commit
5eb86f5326
10
xorg/xset/build
Executable file
10
xorg/xset/build
Executable file
@ -0,0 +1,10 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
--mandir=/usr/share/man \
|
||||
--localstatedir=/var
|
||||
|
||||
make
|
||||
make DESTDIR="$1" install
|
1
xorg/xset/checksums
Normal file
1
xorg/xset/checksums
Normal file
@ -0,0 +1 @@
|
||||
e4fd95280df52a88e9b0abc1fee11dcf0f34fc24041b9f45a247e52df941c957 xset-1.2.4.tar.bz2
|
2
xorg/xset/depends
Normal file
2
xorg/xset/depends
Normal file
@ -0,0 +1,2 @@
|
||||
libXmu
|
||||
xorg-util-macros make
|
1
xorg/xset/sources
Normal file
1
xorg/xset/sources
Normal file
@ -0,0 +1 @@
|
||||
https://x.org/releases/individual/app/xset-1.2.4.tar.bz2
|
1
xorg/xset/version
Normal file
1
xorg/xset/version
Normal file
@ -0,0 +1 @@
|
||||
1.2.4 1
|
Loading…
Reference in New Issue
Block a user