first commit
This commit is contained in:
3
src/xkbutils/.gitignore
vendored
Normal file
3
src/xkbutils/.gitignore
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
.cache/
|
||||
dist/
|
||||
root/
|
2
src/xkbutils/changes.md
Normal file
2
src/xkbutils/changes.md
Normal file
@ -0,0 +1,2 @@
|
||||
# 1.0.5
|
||||
First version
|
16
src/xkbutils/pkg.sh
Normal file
16
src/xkbutils/pkg.sh
Normal file
@ -0,0 +1,16 @@
|
||||
NAME="xkbutils"
|
||||
DESC="XKB utility demos"
|
||||
VERSION="1.0.5"
|
||||
FILES=("https://www.x.org/pub/individual/app/xkbutils-$VERSION.tar.xz")
|
||||
HASHES=("cf65ca1aaf4c28772ca7993cfd122563")
|
||||
DEPENDS=("libx11" "libxaw" "libxt")
|
||||
|
||||
PACKAGE() {
|
||||
tar xf $NAME-$VERSION.tar.xz
|
||||
cd $NAME-$VERSION
|
||||
|
||||
./configure $XORG_CONFIG
|
||||
make && make DESTDIR=${ROOTDIR} install
|
||||
|
||||
cd .. && rm -rf $NAME-$VERSION
|
||||
}
|
Reference in New Issue
Block a user