first commit
This commit is contained in:
3
src/xset/.gitignore
vendored
Normal file
3
src/xset/.gitignore
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
.cache/
|
||||
dist/
|
||||
root/
|
2
src/xset/changes.md
Normal file
2
src/xset/changes.md
Normal file
@ -0,0 +1,2 @@
|
||||
# 1.2.5
|
||||
First version
|
16
src/xset/pkg.sh
Normal file
16
src/xset/pkg.sh
Normal file
@ -0,0 +1,16 @@
|
||||
NAME="xset"
|
||||
DESC="User preference utility for X"
|
||||
VERSION="1.2.5"
|
||||
FILES=("https://www.x.org/pub/individual/app/xset-$VERSION.tar.xz")
|
||||
HASHES=("18ff5cdff59015722431d568a5c0bad2")
|
||||
DEPENDS=("libxmu")
|
||||
|
||||
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