first commit
This commit is contained in:
3
src/xdpyinfo/.gitignore
vendored
Normal file
3
src/xdpyinfo/.gitignore
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
.cache/
|
||||
dist/
|
||||
root/
|
2
src/xdpyinfo/changes.md
Normal file
2
src/xdpyinfo/changes.md
Normal file
@@ -0,0 +1,2 @@
|
||||
# 1.3.4
|
||||
First version
|
16
src/xdpyinfo/pkg.sh
Normal file
16
src/xdpyinfo/pkg.sh
Normal file
@@ -0,0 +1,16 @@
|
||||
NAME="xdpyinfo"
|
||||
DESC="Display information utility for X"
|
||||
VERSION="1.3.4"
|
||||
FILES=("https://www.x.org/pub/individual/app/xdpyinfo-$VERSION.tar.xz")
|
||||
HASHES=("933e6d65f96c890f8e96a9f21094f0de")
|
||||
DEPENDS=("libxtst" "libxext" "libx11" "libxcomposite" "libxinerama" "libxrender" "libxxf86vm")
|
||||
|
||||
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